You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
* Estimate shipping by address and return list of available shipping methods.
81
81
*
82
-
* @param string $cartId
82
+
* @param string $cartId
83
83
* @param array $body
84
84
* @return array
85
85
*/
@@ -91,7 +91,7 @@ public function estimateShippingMethods($cartId, $body = [])
91
91
/**
92
92
* Calculate quote totals based on address and shipping method.
93
93
*
94
-
* @param string $cartId
94
+
* @param string $cartId
95
95
* @param array $body
96
96
* @return array
97
97
*/
@@ -103,7 +103,7 @@ public function totalsInformation($cartId, $body = [])
103
103
/**
104
104
* Save the total shipping information.
105
105
*
106
-
* @param string $cartId
106
+
* @param string $cartId
107
107
* @param array $body
108
108
* @return array
109
109
*/
@@ -115,7 +115,7 @@ public function shippingInformation($cartId, $body = [])
115
115
/**
116
116
* List available payment methods for a specified shopping cart. This call returns an array of objects, but detailed information about each object’s attributes might not be included.
117
117
*
118
-
* @param string $cartId
118
+
* @param string $cartId
119
119
* @return array
120
120
*/
121
121
publicfunctionpaymentMethods($cartId)
@@ -126,7 +126,7 @@ public function paymentMethods($cartId)
126
126
/**
127
127
* Set payment information and place order for a specified cart.
128
128
*
129
-
* @param string $cartId
129
+
* @param string $cartId
130
130
* @param array $body
131
131
* @return array
132
132
*/
@@ -172,7 +172,7 @@ public function removeCoupons($cartId)
172
172
/**
173
173
* Assign a specified customer to a specified shopping cart.
0 commit comments