issues
search
braintree
/
braintree_android
Braintree SDK for Android
https://developer.paypal.com/braintree/docs/start/hello-client/android/v4
MIT License
409
stars
237
forks
source link
Move Shipping Callback URL to `PayPalCheckoutRequest`
#1200
Closed
richherrera
closed
3 weeks ago
richherrera
commented
4 weeks ago
Summary of changes
Move the
shippingCallbackUrl
parameter to
PayPalCheckoutRequest
to limit it to checkout flows. Shipping callbacks should only be available for PayPal checkout flows.
Checklist
[x] Added a changelog entry
[x] Relevant test coverage
Authors
@richherrera
Summary of changes
shippingCallbackUrl
parameter toPayPalCheckoutRequest
to limit it to checkout flows. Shipping callbacks should only be available for PayPal checkout flows.Checklist
Authors