Skip to content

Commit

Permalink
Fix GooglePay button rendering
Browse files Browse the repository at this point in the history
CS-4395
  • Loading branch information
MarijaIv committed Jul 24, 2023
1 parent aa39daf commit a3affba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adyenofficial.php
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,7 @@ private function getCheckoutComponentInitData()
);

// List of payment methods that needs to show the pay button from the component
$paymentMethodsWithPayButtonFromComponent = json_encode(['paywithgoogle', 'applepay', 'paypal']);
$paymentMethodsWithPayButtonFromComponent = json_encode(['googlepay', 'paywithgoogle', 'applepay', 'paypal']);

// All payment method specific configuration
$paymentMethodsConfigurations = json_encode(
Expand Down

0 comments on commit a3affba

Please sign in to comment.