Skip to content

Commit

Permalink
BETA 0.6.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Leow authored and Leow committed Dec 1, 2016
1 parent 9b76e52 commit ed51eb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ var jsonparse = function(paymentDetails) {
mp_allowed_channels: "",
mp_sandbox_mode: "",
mp_express_mode: "",
mp_advanced_email_validation_enabled: true,
mp_advanced_phone_validation_enabled: true
mp_advanced_email_validation_enabled: "",
mp_advanced_phone_validation_enabled: ""
}

for(var key in payment){
Expand Down
4 changes: 2 additions & 2 deletions index.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ var jsonparse = function(paymentDetails) {
mp_allowed_channels: "",
mp_sandbox_mode: "",
mp_express_mode: "",
mp_advanced_email_validation_enabled: true,
mp_advanced_phone_validation_enabled: true
mp_advanced_email_validation_enabled: "",
mp_advanced_phone_validation_enabled: ""
}

for (var key in payment) {
Expand Down

0 comments on commit ed51eb4

Please sign in to comment.