Skip to content

Commit

Permalink
Adding Dragonpay payment channels from Philippines. (#256)
Browse files Browse the repository at this point in the history
* Adding Dragonpay payment channels from Philippines.

BDO: bank transfers (Banco De Oro)
BPI: bank transfers (Bank of the Philippine Islands)
GCash: wallets (Globe mobile network wallet)

* Optimized gcash logo.

Running svgo increases the file size (1.073 KiB + 31.6% = 1.412 KiB)
  • Loading branch information
jerieldragonpay authored May 14, 2020
1 parent dee377b commit 5f974b0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/assets/images/payment_icons/bdo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/images/payment_icons/bpi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/images/payment_icons/gcash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion db/payment_icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -596,4 +596,15 @@
name: luminor
label: Luminor
group: bank_transfers

-
name: bdo
label: BDO
group: bank_transfers
-
name: bpi
label: BPI
group: bank_transfers
-
name: gcash
label: GCash
group: wallets

0 comments on commit 5f974b0

Please sign in to comment.