File tree 2 files changed +37
-0
lines changed
2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 23831
23831
"sepa_transfer",
23832
23832
"mb_way",
23833
23833
"multibanco",
23834
+ "payshop",
23834
23835
"bank_transfer"
23835
23836
],
23836
23837
"payout_method": [
Original file line number Diff line number Diff line change 14588
14588
"amount_min": 0.01,
14589
14589
"amount_max": 100000
14590
14590
},
14591
+ {
14592
+ "status": "active",
14593
+ "code": "multibanco_eur_invoice",
14594
+ "flow": "invoice",
14595
+ "method": "multibanco",
14596
+ "currency": "EUR",
14597
+ "amount_min": 0.01,
14598
+ "amount_max": 100000
14599
+ },
14591
14600
{
14592
14601
"status": "active",
14593
14602
"code": "blik_pln_hpp",
18735
18744
"amount_min": 0.01,
18736
18745
"amount_max": 200000
18737
18746
},
18747
+ {
18748
+ "status": "active",
18749
+ "code": "payshop_eur_hpp",
18750
+ "flow": "hpp",
18751
+ "method": "payshop",
18752
+ "currency": "EUR",
18753
+ "amount_min": 0.01,
18754
+ "amount_max": 200000
18755
+ },
18756
+ {
18757
+ "status": "active",
18758
+ "code": "payshop_eur_invoice",
18759
+ "flow": "invoice",
18760
+ "method": "payshop",
18761
+ "currency": "EUR",
18762
+ "amount_min": 0.01,
18763
+ "amount_max": 200000
18764
+ },
18738
18765
{
18739
18766
"status": "active",
18740
18767
"code": "mb_way_eur_hpp",
18744
18771
"amount_min": 0.01,
18745
18772
"amount_max": 200000
18746
18773
},
18774
+ {
18775
+ "status": "active",
18776
+ "code": "mb_way_eur_invoice",
18777
+ "flow": "invoice",
18778
+ "method": "mb_way",
18779
+ "currency": "EUR",
18780
+ "amount_min": 0.01,
18781
+ "amount_max": 200000
18782
+ },
18747
18783
{
18748
18784
"status": "active",
18749
18785
"code": "upi_qr_inr_invoice",
You can’t perform that action at this time.
0 commit comments