Skip to content

Commit 7d5740c

Browse files
committed
Payment gateway description fixed.
1 parent df92511 commit 7d5740c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/wpunit/PaymentGatewayQueriesTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function setUp() {
2828
array(
2929
'enabled' => 'no',
3030
'title' => 'Check payments',
31-
'description' => 'Take payments in person via checks. This offline gateway can also be useful to test purchases.',
31+
'description' => 'Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.',
3232
'instructions' => 'Instructions that will be added to the thank you page and emails.',
3333
'account' => '',
3434
)
@@ -122,7 +122,7 @@ public function testPaymentGatewaysQueryAndWhereArgs() {
122122
array(
123123
'id' => 'cheque',
124124
'title' => 'Check payments',
125-
'description' => 'Take payments in person via checks. This offline gateway can also be useful to test purchases.',
125+
'description' => 'Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.',
126126
'icon' => null,
127127
),
128128
array(

0 commit comments

Comments
 (0)