Skip to content

Commit

Permalink
chore: enable googlepay for playground drop-in session flow
Browse files Browse the repository at this point in the history
  • Loading branch information
longyulongyu committed Mar 11, 2024
1 parent 545942b commit 0d3b203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/pages/Dropin/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export async function initSession() {

const dropin = checkout
.create('dropin', {
// instantPaymentTypes: ['googlepay']
instantPaymentTypes: ['googlepay']
})
.mount('#dropin-container');
return [checkout, dropin];
Expand Down

0 comments on commit 0d3b203

Please sign in to comment.