Skip to content

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

Open
wants to merge 11 commits into
base: feature/upgrade-v2
Choose a base branch
from

Conversation

Jibbarth
Copy link
Member

@Jibbarth Jibbarth commented Jun 1, 2025

No description provided.

@Jibbarth Jibbarth added the v2 label Jun 1, 2025
@Jibbarth Jibbarth force-pushed the feature/PPSYL-138-payment-request branch from 601bca8 to df00d8d Compare July 15, 2025 14:34
@Jibbarth Jibbarth marked this pull request as ready for review July 15, 2025 15:29

if (
isset($details['status'], $details['payment_id']) &&
PayPlugApiClientInterface::STATUS_CREATED !== $details['status']

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 ===?

Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants