Skip to content

Commit 7d6ee78

Browse files
committed
fix: callback name
1 parent 850cf0e commit 7d6ee78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress-tests/cypress/support/redirectionHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ function handleFlow(
643643
const callbackArgs = {
644644
connectorId,
645645
constants: CONSTANTS,
646-
expectedUrlOrigin: expectedUrl.origin,
646+
expectedUrl: expectedUrl.origin,
647647
...options, // e.g. paymentMethodType if provided
648648
};
649649

0 commit comments

Comments
 (0)