-
Notifications
You must be signed in to change notification settings - Fork 0
PPSYL-138 - Use Payment request flow for payplug #169
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
base: feature/upgrade-v2
Are you sure you want to change the base?
Conversation
Only for redirect, add CapturePaymentRequest, StatusPaymentRequest
… that could redirect to payplug
…Request that could redirect to payplug
601bca8
to
df00d8d
Compare
|
||
if ( | ||
isset($details['status'], $details['payment_id']) && | ||
PayPlugApiClientInterface::STATUS_CREATED !== $details['status'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't the operator be ===
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double checked, this is usefull for integrated payment, and the payment shouldn't be in that state to consider there is no need to continue to payplug
No description provided.