Afterpay (Clearpay) Not Displaying in Stripe Test Mode
-
When using the plugin in Stripe Test mode, the Afterpay link will not show on checkout. It will however show on Product and Cart.
This seems to be because the validate_local_payment_available() function returns an empty value for $account_country = stripe_wc()->account_settings->get_option( ‘country’ );
When forcing eligibility to TRUE in the wc_stripe_local_payment_available filter we can get the link to show on checkout.
Is this behaviour by design? Enabling Afterpay for test mode is obviously important for testing!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Afterpay (Clearpay) Not Displaying in Stripe Test Mode’ is closed to new replies.