Skip to content

Commit

Permalink
Added missing URL's
Browse files Browse the repository at this point in the history
  • Loading branch information
Silviana Ghita committed Sep 29, 2023
1 parent de27947 commit 3cb869a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/mangopay/core/APIs/ApiBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ protected MangoPayApi getRoot() {
put("payins_applepay-direct_create", new String[]{"/payins/applepay/direct", RequestType.POST.toString()});
put("payins_googlepay-direct_create", new String[]{"/payins/googlepay/direct", RequestType.POST.toString()});
put("payins_googlepayv2-direct_create", new String[]{"/payins/payment-methods/googlepay", RequestType.POST.toString()});
put("payins_mbway-direct_create", new String[]{"/payins/payment-methods/mbway", RequestType.POST.toString()});
put("payins_klarna-web_create", new String[]{"/payins/payment-methods/klarna", RequestType.POST.toString()});
put("payins_paypal-direct_create", new String[]{"/payins/payment-methods/paypal", RequestType.POST.toString()});
put("payins_mbway-web_create", new String[]{"/payins/payment-methods/mbway", RequestType.POST.toString()});
put("payins_paypal-web_create_v2", new String[]{"/payins/payment-methods/paypal", RequestType.POST.toString()});
put("payin_get_refunds", new String[]{"/payins/%s/refunds", RequestType.GET.toString()});
put("payins_recurring_registration", new String[]{"/recurringpayinregistrations", RequestType.POST.toString()});
put("payins_recurring_registration_get", new String[]{"/recurringpayinregistrations/%s", RequestType.GET.toString()});
Expand All @@ -97,6 +96,7 @@ protected MangoPayApi getRoot() {
put("payins_satispay-web_create", new String[]{"/payins/payment-methods/satispay", RequestType.POST.toString()});
put("payins_blik-web_create", new String[]{"/payins/payment-methods/blik", RequestType.POST.toString()});
put("payins_multibanco-web_create", new String[]{"/payins/payment-methods/multibanco", RequestType.POST.toString()});
put("payins_klarna-web_create", new String[]{"/payins/payment-methods/klarna", RequestType.POST.toString()});


put("payouts_bankwire_create", new String[]{"/payouts/bankwire/", RequestType.POST.toString()});
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/com/mangopay/core/mangopay.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Fri Sep 29 14:56:37 EEST 2023
#Fri Sep 29 15:15:35 EEST 2023
version=2.30.0

0 comments on commit 3cb869a

Please sign in to comment.