We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cf44f commit eda80efCopy full SHA for eda80ef
public/app.js
@@ -70,7 +70,6 @@ function onClose() {
70
async function onHandle3Ds(payload, orderId) {
71
const { liabilityShifted, liabilityShift } = payload;
72
73
- console.log("payload", payload);
74
if (liabilityShift === "POSSIBLE") {
75
await onCaptureOrder(null, null, orderId);
76
} else if (liabilityShifted === false || liabilityShifted === undefined) {
0 commit comments