Skip to content

Commit

Permalink
Merge pull request #14 from processout/feat/add-new-transaction-and-i…
Browse files Browse the repository at this point in the history
…nvoice-fields

feat/add-new-transaction-and-invoice-fields
  • Loading branch information
roshan-gorasia-cko authored Feb 16, 2024
2 parents 0d23ce5 + ac07352 commit eee6c13
Show file tree
Hide file tree
Showing 7 changed files with 110 additions and 348 deletions.
1 change: 0 additions & 1 deletion processout/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Import resources
from processout.activity import Activity
from processout.addon import Addon
from processout.apirequest import APIRequest
from processout.apiversion import APIVersion
from processout.applepayalternativemerchantcertificates import ApplePayAlternativeMerchantCertificates
from processout.alternativemerchantcertificate import AlternativeMerchantCertificate
Expand Down
338 changes: 0 additions & 338 deletions processout/apirequest.py

This file was deleted.

6 changes: 0 additions & 6 deletions processout/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ def new_addon(self, prefill=None):
prefill -- Data used to prefill the object (optional)"""
return processout.Addon(self, prefill)

def new_api_request(self, prefill=None):
"""Create a new APIRequest instance
Keyword argument:
prefill -- Data used to prefill the object (optional)"""
return processout.APIRequest(self, prefill)

def new_api_version(self, prefill=None):
"""Create a new APIVersion instance
Keyword argument:
Expand Down
Loading

0 comments on commit eee6c13

Please sign in to comment.