Skip to content

Commit

Permalink
Merge pull request #81 from PaystackOSS/inlinejs
Browse files Browse the repository at this point in the history
Chore: Update variable name
  • Loading branch information
damilola-paystack authored Jul 18, 2024
2 parents 10cbab0 + 9821bed commit 2bbd6ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/doc/developer-tools/inlinejs/callback-onsuccess.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const js = `onSuccess: (response) => {
const js = `onSuccess: (transaction) => {
// Post payment flow can go here
}`

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
onSuccess: (response) => {
onSuccess: (transaction) => {
// Post payment flow can go here
}

0 comments on commit 2bbd6ea

Please sign in to comment.