Add logic of apple to session, validation and shipping

This commit is contained in:
carmenmaymo 2023-08-31 16:43:40 +02:00
parent 63ab1e383d
commit 7394c809b7
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E
4 changed files with 306 additions and 123 deletions

View file

@ -26,7 +26,7 @@ export const loadPaypalScript = (config, onLoaded) => {
return;
}
options.isLoading = true;
console.log('ScriptLoading.js: loadPaypalScript', config)
// Arm a timeout so the module isn't locked on isLoading state on failure.
let loadingTimeout = setTimeout(() => {
console.error('Failed to load PayPal script.');