Skip to content

Commit

Permalink
feat(payment): PAYPAL-2725 updated braintree sdk to newest alpha vers…
Browse files Browse the repository at this point in the history
…ion (core part) (#2083)
  • Loading branch information
serhii-tkachenko authored Jul 31, 2023
1 parent 72eb982 commit b8a9061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
} from './braintree.mock';

const VERSION = '3.95.0';
const ALPHA_VERSION = '3.95.0-connect-alpha.7';
const ALPHA_VERSION = '3.95.0-connect-alpha.11';

describe('BraintreeScriptLoader', () => {
let braintreeScriptLoader: BraintreeScriptLoader;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default class BraintreeScriptLoader {
// So can be removed after Beta stage
initialize({ isAcceleratedCheckoutEnabled }: BraintreeInitializationData) {
this.braintreeSdkVersion = isAcceleratedCheckoutEnabled
? '3.95.0-connect-alpha.7'
? '3.95.0-connect-alpha.11'
: BraintreeSdkVersionStable;
}

Expand Down

0 comments on commit b8a9061

Please sign in to comment.