Fix comment line that is too long

Fix a line of comment that is too long.
This commit is contained in:
martincostello
2017-11-25 19:47:36 +00:00
parent 6c34866d89
commit e0623b5cf3

View File

@@ -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;