File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -593,6 +593,8 @@ public function get_subscriber_tags(int $subscriber_id)
593593 * List purchases.
594594 *
595595 * @param array<string, string> $options Request options.
596+ *
597+ * @see https://developers.convertkit.com/#list-purchases
596598 *
597599 * @throws \InvalidArgumentException If the provided arguments are not of the expected type.
598600 *
@@ -614,6 +616,8 @@ public function list_purchases(array $options)
614616 * Retuns a specific purchase.
615617 *
616618 * @param integer $purchase_id Purchase ID.
619+ *
620+ * @see https://developers.convertkit.com/#retrieve-a-specific-purchase
617621 *
618622 * @return false|object
619623 */
@@ -631,6 +635,8 @@ public function get_purchase(int $purchase_id)
631635 * Creates a purchase.
632636 *
633637 * @param array<string, string> $options Purchase data.
638+ *
639+ * @see https://developers.convertkit.com/#create-a-purchase
634640 *
635641 * @throws \InvalidArgumentException If the provided arguments are not of the expected type.
636642 *
You can’t perform that action at this time.
0 commit comments