Skip to content

Commit b38d96c

Browse files
authored
Merge pull request #2318 from openfintechio/feature/INT2-4948-pg-pog-cg-mpay-rename
INT2-4948 PG POG CG MPay: rename
2 parents a9d1a86 + ee2b23e commit b38d96c

6 files changed

Lines changed: 27 additions & 2 deletions

File tree

data/payment_providers.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21956,7 +21956,7 @@
2195621956
]
2195721957
},
2195821958
{
21959-
"status": "active",
21959+
"status": "deprecated",
2196021960
"code": "honeypay",
2196121961
"vendor": "honeypay",
2196221962
"name": {
@@ -21971,6 +21971,22 @@
2197121971
"payment_card"
2197221972
]
2197321973
},
21974+
{
21975+
"status": "active",
21976+
"code": "mpay",
21977+
"vendor": "mpay",
21978+
"name": {
21979+
"en": "MPay",
21980+
"ru": "MPay",
21981+
"uk": "MPay"
21982+
},
21983+
"payment_method": [
21984+
"payment_card"
21985+
],
21986+
"payout_method": [
21987+
"payment_card"
21988+
]
21989+
},
2197421990
{
2197521991
"status": "active",
2197621992
"code": "inwizo",

data/vendors.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29611,13 +29611,22 @@
2961129611
},
2961229612
{
2961329613
"code": "honeypay",
29614-
"status": "active",
29614+
"status": "deprecated",
2961529615
"name": {
2961629616
"en": "MilkyPay",
2961729617
"ru": "MilkyPay",
2961829618
"uk": "MilkyPay"
2961929619
}
2962029620
},
29621+
{
29622+
"code": "mpay",
29623+
"status": "active",
29624+
"name": {
29625+
"en": "MPay",
29626+
"ru": "MPay",
29627+
"uk": "MPay"
29628+
}
29629+
},
2962129630
{
2962229631
"code": "inwizo",
2962329632
"status": "active",
291 KB
Loading
291 KB
Loading

resources/vendors/mpay/icon.png

291 KB
Loading

resources/vendors/mpay/logo.png

291 KB
Loading

0 commit comments

Comments
 (0)