File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?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
+ */
2
9
3
10
namespace PHPShopify ;
4
11
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Created by PhpStorm.
4
4
* @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>
6
6
*
7
7
* @see https://help.shopify.com/en/api/reference/shopify_payments/payout Shopify API Reference for Shopify Payment Payouts
8
8
*/
Original file line number Diff line number Diff line change 1
1
<?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
+ */
2
9
3
10
namespace PHPShopify ;
4
11
You can’t perform that action at this time.
0 commit comments