Replace place order text via WC_Gateway

This commit is contained in:
Alex P 2023-11-16 09:38:35 +02:00
parent 3672c5a651
commit 91c6e55f3d
No known key found for this signature in database
GPG key ID: 54487A734A204D71
10 changed files with 14 additions and 191 deletions

View file

@ -110,7 +110,8 @@ class WcGatewayTest extends TestCase
$this->orderEndpoint,
function ($id) {
return 'checkoutnow=' . $id;
}
},
'Pay via PayPal'
);
}