Skip to content

Commit

Permalink
Braintree SDK upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Zitney committed Mar 19, 2024
1 parent dbe1dbc commit fd9e578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/const/gateway-constants.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const BRAINTREE_CLIENT_VERSION = '3.96.1';
export const BRAINTREE_CLIENT_VERSION = '3.100';
2 changes: 1 addition & 1 deletion test/unit/apple-pay.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ApplePaySessionStub.canMakePayments = () => true;

const getBraintreeStub = () => ({
client: {
VERSION: '3.96.1',
VERSION: '3.100',
create: sinon.stub().resolves('CLIENT'),
},
dataCollector: {
Expand Down

0 comments on commit fd9e578

Please sign in to comment.