Skip to content

Commit 3857346

Browse files
authored
Merge pull request #177 from paynl/feature/PLUG-4788
PLUG-4788 - Babycadeaubon
2 parents 0cf7d95 + 1b66fee commit 3857346

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

includes/classes/PPMFWC/Gateway/Babycadeaubon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @phpcs:disable Squiz.Commenting.FunctionComment.TypeHintMissing
88
*/
99

10-
class Babycadeaubon extends PPMFWC_Gateway_Abstract
10+
class PPMFWC_Gateway_Babycadeaubon extends PPMFWC_Gateway_Abstract
1111
{
1212
/**
1313
* @return string

includes/classes/PPMFWC/Gateway/FashionChequeBeauty.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @phpcs:disable Squiz.Commenting.FunctionComment.TypeHintMissing
88
*/
99

10-
class FashionChequeBeauty extends PPMFWC_Gateway_Abstract
10+
class PPMFWC_Gateway_FashionChequeBeauty extends PPMFWC_Gateway_Abstract
1111
{
1212
/**
1313
* @return string

0 commit comments

Comments
 (0)