Skip to content

Commit

Permalink
Removing config prop that is no longer supported from playground file
Browse files Browse the repository at this point in the history
  • Loading branch information
sponglord committed Apr 29, 2024
1 parent 2dd3eea commit 147b94a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/playground/src/pages/Cards/Cards.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,8 @@ getPaymentMethods({ amount, shopperLocale }).then(async paymentMethodsResponse =
preselectedValue: 4
}
},
disclaimerMessage,
showBrandsUnderCardNumber: true,
showInstallmentAmounts: true,
disclaimerMessage,
onError: obj => {
console.log('### Cards::onError:: obj=', obj);
},
Expand Down

0 comments on commit 147b94a

Please sign in to comment.