Skip to content

Commit

Permalink
Merge pull request #6 from hit-pay/Add_FPX_ZIP_LOGOS
Browse files Browse the repository at this point in the history
Add_FPX_ZIP_LOGOS
  • Loading branch information
Nitin Muthyala authored Apr 6, 2022
2 parents 825ecb5 + 7cc5ca6 commit b775037
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,6 @@

= 1.1.6 =
- Added api channel field to the gateway

= 1.2.0 =
- Added FPX and Zip Payment logos selection
8 changes: 8 additions & 0 deletions upload/admin/controller/extension/payment/hitpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@ public function get_payment_logos() {
array(
'value' => 'shopeepay',
'label' => 'Shopee Pay'
),
array(
'value' => 'fpx',
'label' => 'FPX'
),
array(
'value' => 'zip',
'label' => 'Zip'
)
);
return $list;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b775037

Please sign in to comment.