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 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
310namespace PHPShopify ;
411
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 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
310namespace PHPShopify ;
411
You can’t perform that action at this time.
0 commit comments