Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PP-12853 Add the charset in Content-Type header for Apple Pay #3886

Merged

Commits on Aug 2, 2024

  1. PP-12853 Add the charset in Content-Type header for Apple Pay

    With the previous PR[1], we have made some progress in communicating with
    Apple Pay via Axios and HttpsProxyAgent and we have tested that the
    validation is initiated correctly but then fails with the following message
    from Apple: `Apple Pay Merchant ID not valid`.
    
    See screenshot in the new PR[2].
    
    With this change, we are now adding the charset to the Content-Type header in
    the post request, in case that is what is expected by Apple Pay, and we are
    also adding the status to the error log, to have a little bit more
    information back.
    
    Further information in JIRA[3].
    
    [1]
    #3885
    
    [2]
    #3886
    
    [3]
    https://payments-platform.atlassian.net/browse/PP-12853
    marcotranchino committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c3cc7fe View commit details
    Browse the repository at this point in the history