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.
Copy file name to clipboardExpand all lines: src/Api/Carts.php
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,6 @@ public function shippingInformation($body = [])
58
58
/**
59
59
* Lists 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.
60
60
*
61
-
* @param array $body
62
61
* @return array
63
62
*/
64
63
publicfunctionpaymentMethods()
@@ -67,4 +66,17 @@ public function paymentMethods()
67
66
68
67
return$this->get('/carts/mine/payment-methods');
69
68
}
69
+
70
+
/**
71
+
* Set payment information and place order for a specified cart.
0 commit comments