Skip to content

Commit

Permalink
braintree version
Browse files Browse the repository at this point in the history
  • Loading branch information
arzitney committed Nov 8, 2023
1 parent c957a34 commit 0675bb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0';
export const BRAINTREE_CLIENT_VERSION = '3.96.1';
2 changes: 1 addition & 1 deletion lib/recurly/venmo/strategy/braintree.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import loadScript from 'load-script';
import after from '../../../util/after';
import { VenmoStrategy } from './index';
import { normalize } from '../../../util/normalize';
import { BRAINTREE_CLIENT_VERSION } from '../../../const/gateway-constants';

const debug = require('debug')('recurly:paypal:strategy:braintree');

const BRAINTREE_CLIENT_VERSION = '3.96.1';
/**
* Braintree-specific Venmo handler
*/
Expand Down
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.0',
VERSION: '3.96.1',
create: sinon.stub().resolves('CLIENT'),
},
dataCollector: {
Expand Down

0 comments on commit 0675bb5

Please sign in to comment.