Skip to content

Commit 6a114af

Browse files
Author and Links
Updated authoring and help links.
1 parent 6c464e3 commit 6a114af

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

lib/Balance.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?php
2+
/**
3+
* Created by PhpStorm.
4+
* @author Robert Jacobson <rjacobson@thexroadz.com>
5+
* @author Matthew Crigger <mcrigger@thexroadz.com>
6+
*
7+
* @see https://help.shopify.com/en/api/reference/shopify_payments/balance Shopify API Reference for Shopify Payment Balance
8+
*/
29

310
namespace PHPShopify;
411

lib/Payouts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Created by PhpStorm.
44
* @author Robert Jacobson <rjacobson@thexroadz.com>
5-
* Created at 11/11/19 12:26 PM UTC-05:00
5+
* @author Matthew Crigger <mcrigger@thexroadz.com>
66
*
77
* @see https://help.shopify.com/en/api/reference/shopify_payments/payout Shopify API Reference for Shopify Payment Payouts
88
*/

lib/Transactions.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?php
2+
/**
3+
* Created by PhpStorm.
4+
* @author Robert Jacobson <rjacobson@thexroadz.com>
5+
* @author Matthew Crigger <mcrigger@thexroadz.com>
6+
*
7+
* @see https://help.shopify.com/en/api/reference/shopify_payments/transaction Shopify API Reference for Shopify Payment Transactions
8+
*/
29

310
namespace PHPShopify;
411

0 commit comments

Comments
 (0)