Skip to content

0.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 19:23
· 0 commits to 022f49ae4b1174913aaffd1b50cf38cdf3e557e0 since this release
  • PayPalNativePayments
    • Update PayPalNativeCheckoutDelegate.paypal(_:didFinishWithResult:) to use PayPalNativeCheckoutResult instead of PayPalCheckout.Approval type.
    • Update PayPalNativeCheckoutClient.start(presentingViewController:createOrder) to PayPalNativeCheckoutClient.start(request:presentingViewController:)
      • Require PayPalNativeCheckoutRequest param instead of PayPalCheckout.CheckoutConfig.CreateOrderCallback
    • Add PayPalNativeShippingDelegate as optional delegate on PayPalNativeCheckoutClient
      • Add PayPalNativeShippingDelegate.didShippingAddressChange()
      • Add PayPalNativeShippingDelegate.didShippingMethodChange()
      • Remove PayPalNativeCheckoutDelegate.paypalDidShippingAddressChange()
    • Update PayPalNativeCheckoutDelegate.paypal(_:didFinishWithResult:) to use PayPalNativeCheckoutResult instead of PayPalCheckout.Approval type.