Skip to content

Commit 9821bed

Browse files
Chore: Update variable name
1 parent 329631c commit 9821bed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/doc/developer-tools/inlinejs/callback-onsuccess.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const js = `onSuccess: (response) => {
1+
const js = `onSuccess: (transaction) => {
22
// Post payment flow can go here
33
}`
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
onSuccess: (response) => {
1+
onSuccess: (transaction) => {
22
// Post payment flow can go here
33
}

0 commit comments

Comments
 (0)