-
Notifications
You must be signed in to change notification settings - Fork 673
Conversation
f71e44f
to
b37a0a9
Compare
b37a0a9
to
2e0e2c8
Compare
254caa8
to
d481d68
Compare
d481d68
to
13dc740
Compare
e557d05
to
a315403
Compare
1a74498
to
a473966
Compare
src/@next/components/organisms/AdyenPaymentGateway/AdyenPaymentGateway.tsx
Outdated
Show resolved
Hide resolved
src/@next/components/organisms/AdyenPaymentGateway/AdyenPaymentGateway.tsx
Outdated
Show resolved
Hide resolved
src/@next/components/organisms/AdyenPaymentGateway/AdyenPaymentGateway.tsx
Outdated
Show resolved
Hide resolved
src/@next/components/organisms/AdyenPaymentGateway/AdyenPaymentGateway.tsx
Outdated
Show resolved
Hide resolved
src/@next/components/organisms/AdyenPaymentGateway/AdyenPaymentGateway.tsx
Outdated
Show resolved
Hide resolved
|
||
useEffect(() => { | ||
if (dropin) { | ||
(formRef?.current as any)?.addEventListener("submitComplete", () => { |
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.
Where does this event come from?
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.
It comes from CheckoutReviewSubpage component - in other words submitComplete
is called when a user clicks the complete checkout button (in the case when gateway may require additional actions like 3d secure confirmation, otherwise completeCheckout method from SDK is called immediately - moreover probably such an event will need to be used also when we will be implementing 3d secure for Stripe, Braintree or other gateways).
6fb425d
to
ba1aea4
Compare
Task linked: CU-7grfen CVC Declined |
Task linked: CU-7guf3e Unable to do a checkout on FF |
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.
Please wait with the merge until QA will do re-testing of all fixed issues.
f59f5c0
to
2a1cd85
Compare
I want to merge this change because... it adds Adyen payment gateway.
Please test it on
127.0.0.1:3000
, as Adyen has client key configured for this particular address, it will not work withlocalhost:3000
.API branch to test with
master
(oradyen_integration
already merged)Screenshots
Pull Request Checklist
Test Environment Config
API_URI=https://master.staging.saleor.rocks/graphql/