web / GooglePayPayPal
Interface: GooglePayPayPal ​
Defined in: apps/web/app/composables/useGooglePay/types.ts:21
Methods ​
config() ​
config():
Promise<GooglePayConfig>
Defined in: apps/web/app/composables/useGooglePay/types.ts:22
Returns ​
Promise<GooglePayConfig>
confirmOrder() ​
confirmOrder(
params):Promise<GooglePayConfirmOrderResponse>
Defined in: apps/web/app/composables/useGooglePay/types.ts:23
Parameters ​
params ​
Returns ​
Promise<GooglePayConfirmOrderResponse>
initiatePayerAction() ​
initiatePayerAction(
params):Promise<void>
Defined in: apps/web/app/composables/useGooglePay/types.ts:24
Parameters ​
params ​
orderId ​
string
Returns ​
Promise<void>