shipping support
This commit is contained in:
parent
0059f03e87
commit
e4f4b3eac3
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ const shippingService = {
|
|||
}, null , 4))
|
||||
// Create shipment via EasyPost API
|
||||
const response = await axios.post(
|
||||
'https://api.easypost.com/v2/shipments',
|
||||
'https://api.easypost.com/beta/rates',
|
||||
{
|
||||
shipment: {
|
||||
from_address: fromAddress,
|
||||
|
|
|
|||
Loading…
Reference in a new issue