mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor(connector): [Checkout] remove Paypal from wasm (#4044)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
This commit is contained in:
@ -743,8 +743,6 @@ merchant_secret="Source verification key"
|
|||||||
payment_method_type = "apple_pay"
|
payment_method_type = "apple_pay"
|
||||||
[[checkout.wallet]]
|
[[checkout.wallet]]
|
||||||
payment_method_type = "google_pay"
|
payment_method_type = "google_pay"
|
||||||
[[checkout.wallet]]
|
|
||||||
payment_method_type = "paypal"
|
|
||||||
[checkout.connector_auth.SignatureKey]
|
[checkout.connector_auth.SignatureKey]
|
||||||
api_key="Checkout API Public Key"
|
api_key="Checkout API Public Key"
|
||||||
key1="Processing Channel ID"
|
key1="Processing Channel ID"
|
||||||
|
|||||||
@ -743,8 +743,6 @@ merchant_secret="Source verification key"
|
|||||||
payment_method_type = "apple_pay"
|
payment_method_type = "apple_pay"
|
||||||
[[checkout.wallet]]
|
[[checkout.wallet]]
|
||||||
payment_method_type = "google_pay"
|
payment_method_type = "google_pay"
|
||||||
[[checkout.wallet]]
|
|
||||||
payment_method_type = "paypal"
|
|
||||||
[checkout.connector_auth.SignatureKey]
|
[checkout.connector_auth.SignatureKey]
|
||||||
api_key="Checkout API Public Key"
|
api_key="Checkout API Public Key"
|
||||||
key1="Processing Channel ID"
|
key1="Processing Channel ID"
|
||||||
|
|||||||
Reference in New Issue
Block a user