- open port 80 and 443
- Run
sudo certbot --nginx -d -d www.thecandystoreonline.store
- ./deploy.sh ~/Downloads/CandyStore.pem
- 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',
- If
Local Delivery
is enabled then it adds the following address by default
city = 'Baltimore';
state_or_province = 'Maryland';
postal_code = '21215';
- 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