Skip to content

Commit

Permalink
[INTER-4387] Update braintree fastlane version
Browse files Browse the repository at this point in the history
  • Loading branch information
kfalkowski11 committed Aug 1, 2024
1 parent c276a55 commit c8ae00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastlane/initFastlane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ interface BraintreeTokenResponse extends TokenResponse {
}

export async function initFastlane(options?: IFastlaneOptions): Promise<IFastlaneInstance> {
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;
Expand Down

0 comments on commit c8ae00e

Please sign in to comment.