braintree / braintree_ios

Braintree SDK for iOS
https://developer.paypal.com/braintree/docs/start/hello-client/ios/v5
MIT License
557 stars 291 forks source link

[QL] Allow Nonce to be Copied for E2E Testing #1272

Closed jaxdesmarais closed 3 months ago

jaxdesmarais commented 3 months ago

Summary of changes

For E2E testing our sample merchant server is not set up with the same credentials we are using for this flow. To avoid breaking all other flows, we want to be able to copy the nonce and add it to a postman request to make the transaction sale API call (this will be built out internally be another team).

Checklist

Authors