Skip to content

tapan1359/candy-shop-order

Repository files navigation

Renew certificate

  • open port 80 and 443
  • Run sudo certbot --nginx -d -d www.thecandystoreonline.store

deploy

  • ./deploy.sh ~/Downloads/CandyStore.pem

Notes:

Create New Customer:

  • If Create Default Address is enabled then it adds the following address by default
first_name: newCustomer.first_name,
last_name: newCustomer.last_name,
address1: '123 Main St',
city: 'Baltimore',
state_or_province: 'Maryland',
postal_code: '21201',
country_code: 'US',

Create New Address:

  • If Local Delivery is enabled then it adds the following address by default
city = 'Baltimore';
state_or_province = 'Maryland';
postal_code = '21215';
Payment:
  • By default payment api checks billing address zipcode. if it's different then put it on the payment form and it will update the address

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages