diff --git a/src/fastlane/initFastlane.ts b/src/fastlane/initFastlane.ts index 053b97a..75aef81 100644 --- a/src/fastlane/initFastlane.ts +++ b/src/fastlane/initFastlane.ts @@ -27,7 +27,7 @@ interface BraintreeTokenResponse extends TokenResponse { } export async function initFastlane(options?: IFastlaneOptions): Promise { - const {clientJsURL, dataCollectorJsURL, fastlaneJsURL} = getBraintreeJsUrls('3.101.0-fastlane-beta.7.2'); + const {clientJsURL, dataCollectorJsURL, fastlaneJsURL} = getBraintreeJsUrls('3.104.0'); const {alternative_payment_methods} = getOrderInitialData(); const payment = alternative_payment_methods .find(payment => payment.type === alternatePaymentMethodType.PPCP) as IExpressPayPaypalCommercePlatformButton | undefined;