update unit tests for included Paypal gate name change

This commit is contained in:
Ron Rennick 2020-08-25 15:36:50 -03:00
parent 889250b4f7
commit de79f1a3cd
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ class Payment_Gateways_V2 extends WC_REST_Unit_Test_Case {
$this->assertEquals(
array(
'id' => 'paypal',
'title' => 'PayPal',
'title' => 'PayPal Standard',
'description' => "Pay via PayPal; you can pay with your credit card if you don't have a PayPal account.",
'order' => '',
'enabled' => false,

View File

@ -106,7 +106,7 @@ class Payment_Gateways extends WC_REST_Unit_Test_Case {
$this->assertEquals(
array(
'id' => 'paypal',
'title' => 'PayPal',
'title' => 'PayPal Standard',
'description' => "Pay via PayPal; you can pay with your credit card if you don't have a PayPal account.",
'order' => '',
'enabled' => false,