From 0e240fb032ce4bc7b75ba712e2e925288a0ee3c0 Mon Sep 17 00:00:00 2001 From: Victoria Park Date: Wed, 7 Aug 2024 09:54:55 -0700 Subject: [PATCH] Jax PR feedback --- Sources/BraintreePayPal/BTPayPalVaultEditResult.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Sources/BraintreePayPal/BTPayPalVaultEditResult.swift b/Sources/BraintreePayPal/BTPayPalVaultEditResult.swift index a7d4a67695..995988137a 100644 --- a/Sources/BraintreePayPal/BTPayPalVaultEditResult.swift +++ b/Sources/BraintreePayPal/BTPayPalVaultEditResult.swift @@ -1,5 +1,8 @@ import Foundation + +#if canImport(BraintreeCore) import BraintreeCore +#endif /// A result of the Edit FI flow used to display a customers updated payment details in your UI /// - Warning: This feature is currently in beta and may change or be removed in future releases.