Skip to content

Commit

Permalink
Merge pull request #40 from paycoreio/paypal_services
Browse files Browse the repository at this point in the history
Paypal payment services added
  • Loading branch information
Pashkalab authored Jan 9, 2019
2 parents 0fe1c05 + 9553477 commit 9a78689
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions data/payment_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,5 +966,29 @@
"method": "geopaynet_transfer",
"amount_min": 0.01,
"amount_max": 9999999
},
{
"code": "paypal_usd_hpp",
"currency": "USD",
"flow": "hpp",
"method": "paypal",
"amount_min": 0.01,
"amount_max": 9999999
},
{
"code": "paypal_eur_hpp",
"currency": "EUR",
"flow": "hpp",
"method": "paypal",
"amount_min": 0.01,
"amount_max": 9999999
},
{
"code": "paypal_gbp_hpp",
"currency": "GBP",
"flow": "hpp",
"method": "paypal",
"amount_min": 0.01,
"amount_max": 9999999
}
]

0 comments on commit 9a78689

Please sign in to comment.