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 0c938ba commit 2789c94Copy full SHA for 2789c94
google-apple-pay-demo.html
@@ -125,7 +125,9 @@ <h4 class="mt-5 text-muted text-center">Dead Simple Integration</h4>
125
<script>
126
Payload('test_client_key_3bcr16ohAy8aEcwK3Vffs')
127
128
-const checkout = new Payload.Form($('#checkout-form').get(0))
+const checkout = new Payload.Form({
129
+ form: $('#checkout-form').get(0)
130
+ })
131
.applepay($('#apple-pay').get(0))
132
.googlepay($('#google-pay').get(0))
133
.on('processed', function(evt) {
0 commit comments