Skip to content

Commit

Permalink
feat(payment): PAYPAL-3574 updated PPCP AXO payment strategy to suppo…
Browse files Browse the repository at this point in the history
…rt Connect + Fastlane (#2364)
  • Loading branch information
serhii-tkachenko committed Feb 19, 2024
1 parent afe0389 commit 5745ea5
Show file tree
Hide file tree
Showing 10 changed files with 1,290 additions and 901 deletions.
5 changes: 2 additions & 3 deletions packages/paypal-commerce-integration/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,5 @@ export { WithPayPalCommerceRatePayPaymentInitializeOptions } from './paypal-comm
export { default as createPayPalCommerceFastlaneCustomerStrategy } from './paypal-commerce-fastlane/create-paypal-commerce-fastlane-customer-strategy';
export { WithPayPalCommerceFastlaneCustomerInitializeOptions } from './paypal-commerce-fastlane/paypal-commerce-fastlane-customer-initialize-options';

// TODO: update payment strategy with Fastlane
export { default as createPayPalCommerceAcceleratedCheckoutPaymentStrategy } from './paypal-commerce-accelerated-checkout/create-paypal-commerce-accelerated-checkout-payment-strategy';
export { WithPayPalCommerceAcceleratedCheckoutPaymentInitializeOptions } from './paypal-commerce-accelerated-checkout/paypal-commerce-accelerated-checkout-payment-initialize-options';
export { default as createPayPalCommerceFastlanePaymentStrategy } from './paypal-commerce-fastlane/create-paypal-commerce-fastlane-payment-strategy';
export { WithPayPalCommerceFastlanePaymentInitializeOptions } from './paypal-commerce-fastlane/paypal-commerce-fastlane-payment-initialize-options';
Loading

0 comments on commit 5745ea5

Please sign in to comment.