diff --git a/packages/core/src/config/payment-method/payment-method-handler.ts b/packages/core/src/config/payment-method/payment-method-handler.ts index 4fc8b55149..d9d9cc9690 100644 --- a/packages/core/src/config/payment-method/payment-method-handler.ts +++ b/packages/core/src/config/payment-method/payment-method-handler.ts @@ -169,6 +169,7 @@ export interface PaymentMethodConfigOptions => { + * createPayment: async (order, args, metadata): Promise => { * try { * const result = await gripeSDK.charges.create({ * apiKey: args.apiKey,