-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from payrexx/task/PP-13449
task/PP-13449: Add Payment Method Pay-By-Bank in Gambio
- Loading branch information
Showing
5 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
GXModules/Payrexx/PayrexxPaymentGateway/Images/Icons/Payment/card_pay_by_bank.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?php | ||
/** | ||
* Class payrexx_pay_by_bank_ORIGIN | ||
* | ||
* Payment gateway for Payrexx AG. | ||
* | ||
* PHP version 7,8 | ||
* | ||
* @category PaymentModule | ||
* @package PayrexxPayemntGateway | ||
* @author Payrexx <[email protected]> | ||
* @copyright 2024 Payrexx | ||
* @license MIT License | ||
* @link https://www.payrexx.com | ||
*/ | ||
|
||
/** | ||
* Class payrexx_pay_by_bank_ORIGIN | ||
* | ||
* @category PaymentModule | ||
* @package PayrexxPayemntGateway | ||
* @author Payrexx <[email protected]> | ||
* @license MIT License | ||
* @link https://www.payrexx.com | ||
*/ | ||
class payrexx_pay_by_bank_ORIGIN extends PayrexxPaymentGatewayBase | ||
{ | ||
public $code = 'payrexx_pay_by_bank'; | ||
} | ||
|
||
MainFactory::load_origin_class('payrexx_pay_by_bank'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
if (!defined('MODULE_PAYMENT_PAYREXX_PAY_BY_BANK_TEXT_TITLE')) { | ||
define('MODULE_PAYMENT_PAYREXX_PAY_BY_BANK_TEXT_TITLE', 'Pay by Bank'); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
if (!defined('MODULE_PAYMENT_PAYREXX_PAY_BY_BANK_TEXT_TITLE')) { | ||
define('MODULE_PAYMENT_PAYREXX_PAY_BY_BANK_TEXT_TITLE', 'Pay by Bank'); | ||
} |