@paynext/sdk 0.0.41 → 0.0.42
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 +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -351,7 +351,7 @@ export declare interface PaymentResult {
|
|
|
351
351
|
threed_secure_authentication?: {
|
|
352
352
|
response_code: string;
|
|
353
353
|
};
|
|
354
|
-
type:
|
|
354
|
+
type: 'CARD' | 'PAYPAL' | 'APPLEPAY' | 'GPAY';
|
|
355
355
|
};
|
|
356
356
|
payment_status: string;
|
|
357
357
|
payment_token_type: string;
|
|
@@ -412,7 +412,7 @@ export declare interface PaymentResult {
|
|
|
412
412
|
currency: string;
|
|
413
413
|
};
|
|
414
414
|
};
|
|
415
|
-
status: 'trial' | 'active' | 'past_due' | 'cancelled' | 'scheduled_for_cancellation';
|
|
415
|
+
status: 'none' | 'trial' | 'active' | 'past_due' | 'cancelled' | 'scheduled_for_cancellation';
|
|
416
416
|
};
|
|
417
417
|
};
|
|
418
418
|
}
|