mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Rename button locations
This commit is contained in:
parent
02722a3c97
commit
f40d3602a3
3 changed files with 9 additions and 9 deletions
|
@ -40,16 +40,16 @@ class LocationsTest extends ModularTestCase
|
|||
['product', 'cart', 'checkout', 'mini-cart'],
|
||||
[
|
||||
'product' => 'Single Product',
|
||||
'cart' => 'Cart',
|
||||
'checkout' => 'Checkout',
|
||||
'cart' => 'Classic Cart',
|
||||
'checkout' => 'Classic Checkout',
|
||||
'mini-cart' => 'Mini Cart',
|
||||
],
|
||||
];
|
||||
yield [
|
||||
['cart', 'checkout'],
|
||||
[
|
||||
'cart' => 'Cart',
|
||||
'checkout' => 'Checkout',
|
||||
'cart' => 'Classic Cart',
|
||||
'checkout' => 'Classic Checkout',
|
||||
],
|
||||
];
|
||||
yield [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue