Skip to content

Commit 2bbd6ea

Browse files
Merge pull request #81 from PaystackOSS/inlinejs
Chore: Update variable name
2 parents 10cbab0 + 9821bed commit 2bbd6ea

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)