Skip to content

Commit

Permalink
Merge pull request #4 from hasbullah-mughniy/payment
Browse files Browse the repository at this point in the history
add duitku payment gateway
  • Loading branch information
hazbu authored Aug 2, 2023
2 parents 8f7ef5e + f1a7c25 commit 3038d33
Show file tree
Hide file tree
Showing 3 changed files with 5,723 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/duitku-configuration.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const duitkuConfig = {
merchantCode : "DS16354",
apiKey : "8f3ad8846420adddb9aaca1dc9e85656",
passport : true,
callbackUrl : "https://digivit.triptasoft.com/payment/callback",
returnUrl : "https://example/route/return",
accountLinkReturnUrl : "https://localhost/dashboard/user",
expiryPeriod: 1440
};

module.exports = duitkuConfig;
Loading

0 comments on commit 3038d33

Please sign in to comment.