Skip to content

Commit 4467940

Browse files
committed
Correct checkout url payments result
1 parent c397486 commit 4467940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adyen/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def _determine_checkout_url(self, platform, service, action):
141141
if action == "paymentsDetails":
142142
action = "payments/details"
143143
if action == "paymentsResult":
144-
action = "payment/result"
144+
action = "payments/result"
145145
if action == "originKeys":
146146
api_version = settings.API_CHECKOUT_UTILITY_VERSION
147147

0 commit comments

Comments
 (0)