Skip to content

Commit

Permalink
Merge pull request #87 from bold-commerce/fix-fastlane-ppcp-init
Browse files Browse the repository at this point in the history
Update PPCP Fastlane init.
  • Loading branch information
NickolasMalovanets authored Oct 18, 2024
2 parents affc7a5 + 4c042bd commit 84cd605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion view/frontend/requirejs-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ let config = {
bold_braintree_fastlane: 'https://js.braintreegateway.com/web/3.107.1/js/fastlane',
bold_braintree_fastlane_data_collector: 'https://js.braintreegateway.com/web/3.107.1/js/data-collector.min',
bold_braintree_fastlane_hosted_fields: 'https://js.braintreegateway.com/web/3.107.1/js/hosted-fields.min',
'fastlane/axo': 'https://www.paypalobjects.com/connect-boba/axo'
'fastlane/axo': 'https://www.paypalobjects.com/connect-boba/axo',
'fastlane/axo.min': 'https://www.paypalobjects.com/connect-boba/axo.min'
},
shim: {
'bold_braintree_fastlane_client': {
Expand Down

0 comments on commit 84cd605

Please sign in to comment.