Skip to content

Commit

Permalink
fix: defined the missing services (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Nov 29, 2023
1 parent 1962466 commit 82aa269
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions metadata/site_import/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,31 @@
<user-id></user-id>
<password/>
</service-credential>
<service-credential service-credential-id="AdyenPartialPaymentsOrderLive">
<url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/v70/orders</url>
<user-id></user-id>
<password/>
</service-credential>
<service-credential service-credential-id="AdyenCancelPartialPaymentOrder">
<url>https://checkout-test.adyen.com/v70/orders/cancel</url>
<user-id></user-id>
<password/>
</service-credential>
<service-credential service-credential-id="AdyenCancelPartialPaymentOrderLive">
<url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/v70/orders/cancel</url>
<user-id></user-id>
<password/>
</service-credential>
<service-credential service-credential-id="AdyenCheckBalance">
<url>https://checkout-test.adyen.com/v70/paymentMethods/balance</url>
<user-id></user-id>
<password/>
</service-credential>
<service-credential service-credential-id="AdyenCheckBalanceLive">
<url>https://[YOUR_LIVE_PREFIX]-checkout-live.adyenpayments.com/checkout/v70/paymentMethods/balance</url>
<user-id></user-id>
<password/>
</service-credential>

<service-profile service-profile-id="Adyen">
<timeout-millis>30000</timeout-millis>
Expand Down

0 comments on commit 82aa269

Please sign in to comment.