mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-06 22:36:07 +00:00
Should not hide post code on admin side as no billing address otherwise
This commit is contained in:
@@ -10,7 +10,7 @@ angular.module('admin.payments').directive "stripeElements", ($injector, AdminSt
|
||||
stripe = $injector.get('stripeObject')
|
||||
|
||||
card = stripe.elements().create 'card',
|
||||
hidePostalCode: true
|
||||
hidePostalCode: false
|
||||
style:
|
||||
base:
|
||||
fontFamily: "Roboto, Arial, sans-serif"
|
||||
|
||||
Reference in New Issue
Block a user