diff --git a/WellnessLiving/Core/Passport/Login/SignOut/SignOutModel.php b/WellnessLiving/Core/Passport/Login/SignOut/SignOutModel.php new file mode 100644 index 00000000..90c587f6 --- /dev/null +++ b/WellnessLiving/Core/Passport/Login/SignOut/SignOutModel.php @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/WellnessLiving/Wl/Purchase/Receipt/PurchaseReceiptModel.php b/WellnessLiving/Wl/Purchase/Receipt/PurchaseReceiptModel.php index 9459a75c..0e143e9f 100644 --- a/WellnessLiving/Wl/Purchase/Receipt/PurchaseReceiptModel.php +++ b/WellnessLiving/Wl/Purchase/Receipt/PurchaseReceiptModel.php @@ -36,7 +36,7 @@ class PurchaseReceiptModel extends WlModelAbstract * @get result * @var array */ - public $a_account_rest; + public $a_account_rest = []; /** * Information about the business. @@ -102,7 +102,7 @@ class PurchaseReceiptModel extends WlModelAbstract * @get result * @var array */ - public $a_business; + public $a_business = []; /** * Payment transaction information. Every element has the following keys: @@ -130,7 +130,7 @@ class PurchaseReceiptModel extends WlModelAbstract * @get result * @var array */ - public $a_card; + public $a_card = []; /** * Information about the customer. @@ -164,7 +164,7 @@ class PurchaseReceiptModel extends WlModelAbstract * @get result * @var array */ - public $a_customer; + public $a_customer = []; /** * A list of payment methods for the current purchase. Every element has the following keys: @@ -192,7 +192,7 @@ class PurchaseReceiptModel extends WlModelAbstract * @get result * @var array */ - public $a_pay_method; + public $a_pay_method = []; /** * Complete information about price information for the purchase. @@ -250,7 +250,7 @@ class PurchaseReceiptModel extends WlModelAbstract * @get result * @var array */ - public $a_price; + public $a_price = []; /** * A list of purchase items. Every element has the following keys: @@ -341,12 +341,18 @@ class PurchaseReceiptModel extends WlModelAbstract *