Skip to content

Commit 2789c94

Browse files
committed
updated wallet demo
1 parent 0c938ba commit 2789c94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

google-apple-pay-demo.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ <h4 class="mt-5 text-muted text-center">Dead Simple Integration</h4>
125125
&lt;script&gt;
126126
Payload('test_client_key_3bcr16ohAy8aEcwK3Vffs')
127127

128-
const checkout = new Payload.Form($('#checkout-form').get(0))
128+
const checkout = new Payload.Form({
129+
form: $('#checkout-form').get(0)
130+
})
129131
.applepay($('#apple-pay').get(0))
130132
.googlepay($('#google-pay').get(0))
131133
.on('processed', function(evt) {

0 commit comments

Comments
 (0)