Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"CHECKOUTSTATUS" => "PaymentActionNotInitiated" #1

Open
OscarTango1995 opened this issue Nov 14, 2019 · 1 comment
Open

"CHECKOUTSTATUS" => "PaymentActionNotInitiated" #1

OscarTango1995 opened this issue Nov 14, 2019 · 1 comment

Comments

@OscarTango1995
Copy link

It says that payment has been successfull but changes are not reflected on the merchant's as well as buyer's account

@hassan-dev
Copy link

@OscarTango1995 use this

// Note that 'token', 'PayerID' are values returned by PayPal when it redirects to success page after successful verification of user's PayPal info.

//$data is your your payment array that you created before
//use $request->token
//use $request->PayerID

$response = $provider->doExpressCheckoutPayment($data, $token, $PayerID);

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

No branches or pull requests

2 participants