phpclassic / php-shopify

PHP SDK for Shopify API
Apache License 2.0
568 stars 211 forks source link

RecurringApplicationCharge compatibility with latest Shopify API #303

Open abdulawal39 opened 1 year ago

abdulawal39 commented 1 year ago

activate method no longer seem to exist on recurring application charge. Added a few methods based on latest api docs.

  1. create: Creates a charge with provided data
  2. charges: retrieves a list of charges
  3. charge: retrives details of a single charge from the provided charge id
  4. cancel: cancels a charge by provided id