wabe 0.5.14 → 0.5.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1283,7 +1283,7 @@ export interface PaymentAdapter {
|
|
|
1283
1283
|
validateWebhook: (options: ValidateWebhookOptions) => Promise<ValidateWebhookOutput>;
|
|
1284
1284
|
}
|
|
1285
1285
|
declare class PaymentController implements PaymentAdapter {
|
|
1286
|
-
|
|
1286
|
+
adapter: PaymentAdapter;
|
|
1287
1287
|
private config;
|
|
1288
1288
|
constructor(paymentConfig: PaymentConfig);
|
|
1289
1289
|
deleteCoupon(options: DeleteCouponOptions): Promise<void>;
|