Jump to content

kepler

Members
  • Posts

    6
  • Joined

  • Last visited

Community Answers

  1. kepler's post in Stripe zip code was marked as the answer   
    Hi,
    Thanks for the reply. For anyone who might need, we just have to go that file ( components/gateways/merchant/stripe_payments/views/default/cc_form.pdt ), and in the line:
    // Create an instance of the card Element. var card = elements.create('card', {style: style}); change it to (hide the zip option):
    // Create an instance of the card Element. var card = elements.create('card', {style: style, hidePostalCode : true}); There are several settings and options we can control described at: https://stripe.com/docs/js/elements_object/create
    Best regards,
    Kepler
×
×
  • Create New...