Order_Endpoint::create_order_args()
Arguments used for the signup redirect.
Return
(array)
Source
File: src/Tickets/Commerce/Gateways/PayPal/REST/Order_Endpoint.php
public function create_order_args() {
return [];
}
Changelog
| Version | Description |
|---|---|
| 5.1.9 | Introduced. |