We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c5f04 commit 9320f0aCopy full SHA for 9320f0a
1 file changed
src/Plugin.php
@@ -79,7 +79,7 @@ public static function apiRegister(GenericEvent $event)
79
* @var \ServiceHandler $subject
80
*/
81
//$subject = $event->getSubject();
82
- //api_register_array('license_types', 'complexType', 'array', '', 'SOAP-ENC:Array', [], [['ref' => 'SOAP-ENC:arrayType', 'wsdl:arrayType' => 'license_type[]']], 'license_type');
+ api_register_array_array('license_types', 'license_type');
83
api_register_array('license_type', ['services_id' => 'int', 'services_name' => 'string', 'services_cost' => 'float']);
84
api_register_array('buy_license_return', ['status' => 'string', 'status_text' => 'string', 'invoice' => 'int', 'cost' => 'float']);
85
api_register_array('change_license_ip_return', ['status' => 'string', 'status_text' => 'string']);
0 commit comments