Skip to content

Conversation

@tomhall
Copy link

@tomhall tomhall commented Feb 15, 2018

Currently, as a consumer of the eWay iOS SDK, when using Apple Pay, you must specify requiredShippingAddressFields of your PKPaymentRequest, even if your payment doesn't need to capture shipping information. Failure to do so will result in an S9995 error due to the Customer property of Transaction being nil, which is required.

This change ensures the Customer property of Transaction is never nil, so that payments without shipping information can be successfully processed.

…tion is not nil (previously could be nil if the user doesn't ask the user for shipping info).
@incarnate
Copy link
Member

Thanks for the PR @tomhall - our lead iOS dev is away for a month unfortunately, but I will ask him to review when he returns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants