Skip to content

Commit

Permalink
revert accidental code push
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanta94 committed Sep 25, 2023
1 parent 01c4a75 commit 6452d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/_renderAmazonButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const getButtonSettings = ( buttonSettingsFlag, checkoutConfig, estimatedOrderAm
// customize the buyer experience
placement: amazon_payments_advanced.placement,
buttonColor: amazon_payments_advanced.button_color,
// estimatedOrderAmount: estimatedOrderAmount,
estimatedOrderAmount: estimatedOrderAmount,
checkoutLanguage:
amazon_payments_advanced.button_language !== ''
? amazon_payments_advanced.button_language.replace( '-', '_' )
Expand Down

0 comments on commit 6452d6e

Please sign in to comment.