We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f2af3 commit 73a0241Copy full SHA for 73a0241
lib/types/payments.d.ts
@@ -478,7 +478,7 @@ export declare namespace Payments {
478
*/
479
java_enabled: boolean;
480
/**
481
- * ndicates whether the customer's browser is able to execute JavaScript.
+ * Indicates whether the customer's browser is able to execute JavaScript.
482
* Obtained from the `navigator` HTML DOM object.
483
484
javascript_enabled: boolean;
@@ -845,4 +845,4 @@ declare function payments(api: any): {
845
fetchPaymentDowntimeById(downtimeId: string, callback: (err: INormalizeError | null, data: Payments.RazorpayPaymentDowntime) => void): void
846
}
847
848
-export default payments
+export default payments
0 commit comments