Skip to content

Commit

Permalink
Removed locale from javascript/paypal/paypal.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed Jun 7, 2024
1 parent 29c8c0f commit 5ecf874
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion upload/catalog/view/javascript/paypal/paypal.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ var PayPalAPI = (function () {
src_data['merchant-id'] = paypal_data['merchant_id'];
src_data['currency'] = paypal_data['currency_code'];
src_data['intent'] = paypal_data['transaction_method'];
src_data['locale'] = paypal_data['locale'];

if (paypal_data['button_enable_funding'] && paypal_data['button_enable_funding'].length) {
src_data['enable-funding'] = paypal_data['button_enable_funding'].join(',');
Expand Down

0 comments on commit 5ecf874

Please sign in to comment.