mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
Fix pay now button
not sure if the action parameter in order creation request affects anything, but the docs say that it should match the js sdk commit parameter
This commit is contained in:
parent
37959ad2d8
commit
8efa0e6da3
5 changed files with 38 additions and 2 deletions
|
@ -167,6 +167,7 @@ class CreateOrderEndpointTest extends TestCase
|
|||
false,
|
||||
CardBillingMode::MINIMAL_INPUT,
|
||||
false,
|
||||
['checkout'],
|
||||
new NullLogger()
|
||||
);
|
||||
return array($payer_factory, $testee);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue