Search
Log in
or
Create account
Cart
:
0
Menu
Cart
0
Home
Catalog
Blog
About Us
Log in
Create account
Search
websyms
Home
Catalog
Blog
About Us
Your Cart
Your cart is currently empty.
Continue browsing
here
.
PAYMENT_METHOD = 'Credit Card' ELIGIBLE_COUNTRY_CODES = ['US', 'CA'] if Input.cart.shipping_address and ELIGIBLE_COUNTRY_CODES.include?(Input.cart.shipping_address.country_code) Output.payment_gateways = Input.payment_gateways else Output.payment_gateways = Input.payment_gateways.delete_if do |payment_gateway| payment_gateway.name == PAYMENT_METHOD end end