Fix funding source parameter

This commit is contained in:
Alex P. 2024-09-19 16:42:44 +03:00
parent bff304a063
commit 2675132ded
No known key found for this signature in database
GPG key ID: 54487A734A204D71

View file

@ -657,7 +657,7 @@ const PayPalComponent = ( {
);
};
const BlockEditorPayPalComponent = ( fundingSource ) => {
const BlockEditorPayPalComponent = ({ fundingSource } ) => {
const urlParams = {
clientId: 'test',
...config.scriptData.url_params,