diff --git a/lib/ShopifySDK.php b/lib/ShopifySDK.php index 9000e84..765a663 100644 --- a/lib/ShopifySDK.php +++ b/lib/ShopifySDK.php @@ -105,6 +105,7 @@ * @property-read Shop $Shop * @property-read SmartCollection $SmartCollection * @property-read ShopifyPayment $ShopifyPayment + * @property-read TenderTransaction $TenderTransaction * @property-read Theme $Theme * @property-read User $User * @property-read Webhook $Webhook @@ -148,6 +149,7 @@ * @method Shop Shop(integer $id = null) * @method ShopifyPayment ShopifyPayment() * @method SmartCollection SmartCollection(integer $id = null) + * @method TenderTransaction TenderTransaction() * @method Theme Theme(int $id = null) * @method User User(integer $id = null) * @method Webhook Webhook(integer $id = null) @@ -199,6 +201,7 @@ class ShopifySDK 'Shop', 'SmartCollection', 'ShopifyPayment', + 'TenderTransaction', 'Theme', 'User', 'Webhook', diff --git a/lib/TenderTransaction.php b/lib/TenderTransaction.php new file mode 100644 index 0000000..4265c41 --- /dev/null +++ b/lib/TenderTransaction.php @@ -0,0 +1,18 @@ +