mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add logic of apple to session, validation and shipping
This commit is contained in:
parent
63ab1e383d
commit
7394c809b7
4 changed files with 306 additions and 123 deletions
|
@ -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.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue