mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
Fix comment line that is too long
Fix a line of comment that is too long.
This commit is contained in:
3
types/applepayjs/index.d.ts
vendored
3
types/applepayjs/index.d.ts
vendored
@@ -89,7 +89,8 @@ declare class ApplePaySession extends EventTarget {
|
||||
|
||||
/**
|
||||
* Completes the payment authorization with a result.
|
||||
* @param result - The status of the payment, whether it succeeded or failed for Apple Pay JS versions 1 and 2, or the result of the payment authorization, including its status and list of errors for Apple Pay JS version 3.
|
||||
* @param result - The status of the payment, whether it succeeded or failed for Apple Pay JS versions 1 and 2,
|
||||
* or the result of the payment authorization, including its status and list of errors for Apple Pay JS version 3.
|
||||
*/
|
||||
completePayment(result: number | ApplePayJS.ApplePayPaymentAuthorizationResult): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user