Question payment issues due to paypal

Status
Not open for further replies.

GameNet

Customer
Hi

I am receiving errors in stripe checkout

error code:
Code:
The payment method type provided: paypal is invalid. Please ensure the provided type is activated in your dashboard (https://dashboard.stripe.com/account/payments/settings) and your account is enabled for any preview features that you are trying to use. See https://stripe.com/docs/payments/payment-methods/integration-options for supported payment method, currency, and country combinations.

I don’t use paypal anymore because of paypal security issues and I am wondering if this can be bypassed

here a screenshot
IMG_0215.webp
 
Open /src/addons/DBTech/StripeCheckout/XF/Payment/Stripe.php and find 'payment_method_types' => ['card', 'paypal'], - replace with 'payment_method_types' => ['card'],

The next version will add an option to toggle this on or off.
 
Status
Not open for further replies.

DragonByte Stripe Checkout

XenForo 2.2.x XenForo 2.3.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
189
Customer rating
0.00 star(s) 0 ratings
Back
Top