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

Introduce Google Pay on-site #63

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Conversation

coldic3
Copy link
Member

@coldic3 coldic3 commented Oct 7, 2024

image

@coldic3 coldic3 changed the title Introduce Google Pay type for Tpay payment method Introduce Google Pay on-site Oct 7, 2024
@coldic3 coldic3 force-pushed the feature/support-google-pay-on-site branch from fd88c2c to da775c1 Compare October 7, 2024 15:07
@coldic3 coldic3 linked an issue Oct 7, 2024 that may be closed by this pull request
5 tasks
@coldic3 coldic3 force-pushed the feature/support-google-pay-on-site branch 3 times, most recently from a00e7b3 to 369a8b1 Compare October 10, 2024 13:26
const ENVIRONMENT = '{{ productionMode ? 'PRODUCTION' : 'TEST' }}';
const TPAY_MERCHANT_ID = '{{ tpayMerchantId }}';
const GOOGLE_MERCHANT_ID = '{{ googleMerchantId }}';
const CURRENCY_CODE = 'PLN';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can get it right from the order, however we support only PLN currency. To be determined in #73.

tests/E2E/Checkout/TpayPaymentCheckoutTest.php Outdated Show resolved Hide resolved
@coldic3 coldic3 marked this pull request as ready for review October 10, 2024 13:35
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏🏼

@coldic3 coldic3 force-pushed the feature/support-google-pay-on-site branch from 6effd3c to 8f63e00 Compare October 11, 2024 13:32
@coldic3 coldic3 force-pushed the feature/support-google-pay-on-site branch from f727498 to f64a838 Compare October 11, 2024 14:11
@jakubtobiasz jakubtobiasz added enhancement New feature or request api API-related ui UI-related labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api API-related enhancement New feature or request ui UI-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Google Pay
2 participants