mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Fix funding source parameter
This commit is contained in:
parent
bff304a063
commit
2675132ded
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ const PayPalComponent = ( {
|
|||
);
|
||||
};
|
||||
|
||||
const BlockEditorPayPalComponent = ( fundingSource ) => {
|
||||
const BlockEditorPayPalComponent = ({ fundingSource } ) => {
|
||||
const urlParams = {
|
||||
clientId: 'test',
|
||||
...config.scriptData.url_params,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue