Skip to content

Commit

Permalink
Release 3.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hisyam committed Apr 24, 2020
1 parent 798a63f commit c68d97e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions MOLPayXDKExample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MOLPayXDKExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"cordova-plugin-x-toast": "^2.7.2",
"cordova-save-image-gallery": "0.0.26",
"molpay-mobile-cordova-privacyscreen": "^1.0.0",
"molpay-mobile-xdk-cordova": "^3.28.0"
"molpay-mobile-xdk-cordova": "^3.29.0"
}
}
2 changes: 1 addition & 1 deletion MOLPayXDKExample/www/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var app = {
'mp_password' : '',
'mp_merchant_ID' : '',
'mp_app_name' : '',
'mp_order_ID' : '',
'mp_order_ID' : '1234567890',
'mp_currency' : 'MYR',
'mp_country' : 'MY',
'mp_verification_key' : '',
Expand Down

0 comments on commit c68d97e

Please sign in to comment.