Skip to content

Commit

Permalink
Update spec.bs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored Nov 22, 2023
1 parent d4559bb commit 2b6c390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ presumes access to async/await, for easier to read promise handling.
/* supports SPC. It does not indicate whether the user has a credential */
/* ready to go on this device. */
const spcAvailable =
await PaymentRequest?.isSecurePaymentConfirmationAvailable()
await PaymentRequest?.isSecurePaymentConfirmationAvailable();
if (!spcAvailable) {
/* Browser does not support SPC; merchant should fallback to traditional flows. */
}
Expand Down

0 comments on commit 2b6c390

Please sign in to comment.