mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
Use the new preview script
This commit is contained in:
parent
56935e3c58
commit
4ccc38eb7b
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class PayLaterConfiguratorModule implements ModuleInterface {
|
||||||
static function () use ( $c, $settings ) {
|
static function () use ( $c, $settings ) {
|
||||||
wp_enqueue_script(
|
wp_enqueue_script(
|
||||||
'ppcp-paylater-configurator-lib',
|
'ppcp-paylater-configurator-lib',
|
||||||
'https://www.paypalobjects.com/merchant-library/merchant-configurator.js',
|
'https://www.paypalobjects.com/merchant-library/preview/merchant-configurator.js',
|
||||||
array(),
|
array(),
|
||||||
$c->get( 'ppcp.asset-version' ),
|
$c->get( 'ppcp.asset-version' ),
|
||||||
true
|
true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue