Skip to content

Commit

Permalink
M2: As a brand with Braintree Wallet pays enabled, I am a offered the…
Browse files Browse the repository at this point in the history
…se wallet pays at the payment step.
  • Loading branch information
NickolasMalovanets committed Oct 29, 2024
1 parent aaea844 commit 224d49b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion view/frontend/web/js/model/spi.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ define([
_loadBraintreeScripts: async function (paymentsInstance) {
await loadScriptAction('bold_braintree_client', 'braintree.client');
await loadScriptAction('bold_braintree_data_collector', 'braintree.dataCollector');
//await loadScriptAction('bold_braintree_fastlane', 'braintree.fastlane');
const gatewayData = paymentsInstance.paymentGateways[0].credentials || null;
if (!gatewayData) {
return;
Expand Down

0 comments on commit 224d49b

Please sign in to comment.