#arunasura

1 messages · Page 1 of 1 (latest)

spring pondBOT
hollow latch
#

EDIT ; i'm writting in PHP

drifting parcel
#

Did you tried with just paypal?

hollow latch
#

Comment line 9 told it's possible ?

But, with PayPal alone, the same error occur

#

This code trigger the same error :

$session = \Stripe\Checkout\Session::create([
    'payment_method_types' => ['paypal'],
    'line_items' => $items,
    'success_url' => $successUrl,
    'cancel_url' => $cancelUrl,
]);
drifting parcel
#

Did you try with a valid email ?

hollow latch
#

Yes of course, I just removed my info for the screen, this error occur after validating the form by clicking the "Subscribe" button

sterile bramble
#

you can't use Subscriptions with Paypal (as you're trying to do) until that setting is enabled and your account is active for it

hollow latch