Skip to content

Commit c40ac8a

Browse files
author
Jeff C
authored
Merge pull request #14 from payload-code/task/pay-1095-google-pay
PAY-1095: Fix Google Pay in PayloadJS
2 parents d0612ce + b48b1c7 commit c40ac8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/googlepay-example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const button = paymentsClient.createButton({
99

1010
$('.google-pay-support>div').html(button)
1111

12-
const checkout_form = new Payload.Form({
12+
const checkoutForm = new Payload.Form({
1313
form: $('#checkout-form').get(0),
1414
styles: { invalid: 'is-invalid' },
1515
autosubmit: false,

0 commit comments

Comments
 (0)