Skip to content

Commit

Permalink
chore: added buttonColor property to applepay config to differentiate…
Browse files Browse the repository at this point in the history
… from cashapp config
  • Loading branch information
zenit2001 committed Nov 23, 2023
1 parent 2198d2f commit e4285e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ function getAmazonpayConfig() {
function getApplePayConfig() {
return {
showPayButton: true,
buttonColor: 'black',
onSubmit: (state, component) => {
$('#dwfrm_billing').trigger('submit');
helpers.assignPaymentMethodValue();
Expand Down

0 comments on commit e4285e4

Please sign in to comment.