Skip to content

Commit

Permalink
split braintree venmo version
Browse files Browse the repository at this point in the history
  • Loading branch information
arzitney committed Nov 8, 2023
1 parent 4a51335 commit c957a34
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.96.0';
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

0 comments on commit c957a34

Please sign in to comment.