Skip to content

Comments

Payment processing with adaptive pricing in classic checkout#5019

Open
Mayisha wants to merge 20 commits intoadd/adaptive-pricing-in-classic-checkout-2from
add/payment-processing-with-adaptive-pricing-in-classic-checkout
Open

Payment processing with adaptive pricing in classic checkout#5019
Mayisha wants to merge 20 commits intoadd/adaptive-pricing-in-classic-checkout-2from
add/payment-processing-with-adaptive-pricing-in-classic-checkout

Conversation

@Mayisha
Copy link
Contributor

@Mayisha Mayisha commented Feb 13, 2026

Towards STRIPE-919

Changes proposed in this Pull Request:

Testing instructions

  • Checkout to this branch
  • Run the following commands
npm install
npm run up
npm start
  • Add the following filter to allow adaptive pricing and checkout session in your store-
    add_filter('wc_stripe_is_checkout_sessions_available', '__return_true');

  • Connect to a US Stripe account.

  • Enable OCS in the Stripe settings page.

  • Enable adaptive pricing under the OCS settings.

  • Enable card and a couple more payment methods.

  • Reconfigure the webhooks.

  • As a logged in shopper, add a product to your cart and go to the checkout page. (shopper must be logged in)

  • Verify that, the currency selector is displayed and the available currencies are USD and your local currency.

  • Select your local currency and pay with card.

  • As an admin, verify that the order is successful and the transaction details are present.

  • Covered with tests (or have a good reason not to test in description ☝️)

  • Tested on mobile (or does not apply)

Changelog entry

  • This Pull Request does not require a changelog entry. (Comment required below)
Changelog Entry Comment

Comment

Post merge

@Mayisha Mayisha changed the base branch from develop to add/adaptive-pricing-in-classic-checkout-2 February 13, 2026 19:37
@Mayisha Mayisha requested a review from wjrosa February 13, 2026 19:37
@Mayisha Mayisha marked this pull request as draft February 13, 2026 19:37
…yment-processing-with-adaptive-pricing-in-classic-checkout
@Mayisha Mayisha marked this pull request as ready for review February 20, 2026 16:34
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.

1 participant