Skip to content

Commit

Permalink
Enabled AlipayHK, Kakaopay and Touch 'N Go for Thailand. (#440)
Browse files Browse the repository at this point in the history
Co-authored-by: Aashish <[email protected]>
  • Loading branch information
aashishgurung and Aashish authored Aug 21, 2023
1 parent 3dd5573 commit d207905
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ define(
isPlaceOrderActionAllowed: ko.observable(quote.billingAddress() != null),

code: 'omise_offsite_alipayhk',
restrictedToCurrencies: ['sgd']
restrictedToCurrencies: ['sgd', 'thb']
});
}
);
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ define(
isPlaceOrderActionAllowed: ko.observable(quote.billingAddress() != null),

code: 'omise_offsite_kakaopay',
restrictedToCurrencies: ['sgd']
restrictedToCurrencies: ['sgd', 'thb']
});
}
);
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ define(
isPlaceOrderActionAllowed: ko.observable(quote.billingAddress() != null),

code: 'omise_offsite_touchngo',
restrictedToCurrencies: ['sgd', 'myr'],
restrictedToCurrencies: ['sgd', 'myr', 'thb'],
logo: {
file: "images/touchngo.png",
width: "30",
Expand Down

0 comments on commit d207905

Please sign in to comment.