Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: go-semantic-release/action@v1
- uses: go-semantic-release/action@v1.24.1
id: semrel
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 2 additions & 8 deletions processout/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from processout.client import ProcessOut

# Import resources
from processout.activity import Activity
from processout.addon import Addon
from processout.apiversion import APIVersion
from processout.applepayalternativemerchantcertificates import ApplePayAlternativeMerchantCertificates
from processout.alternativemerchantcertificate import AlternativeMerchantCertificate
Expand All @@ -13,11 +11,9 @@
from processout.card import Card
from processout.cardinformation import CardInformation
from processout.phone import Phone
from processout.coupon import Coupon
from processout.customer import Customer
from processout.customerphone import CustomerPhone
from processout.token import Token
from processout.discount import Discount
from processout.event import Event
from processout.exportlayout import ExportLayout
from processout.exportlayoutconfiguration import ExportLayoutConfiguration
Expand Down Expand Up @@ -49,13 +45,11 @@
from processout.payout import Payout
from processout.payoutitem import PayoutItem
from processout.payoutitemamountbreakdowns import PayoutItemAmountBreakdowns
from processout.plan import Plan
from processout.product import Product
from processout.project import Project
from processout.projectsftpsettings import ProjectSFTPSettings
from processout.projectsftpsettingspublic import ProjectSFTPSettingsPublic
from processout.refund import Refund
from processout.subscription import Subscription
from processout.transaction import Transaction
from processout.nativeapmresponse import NativeAPMResponse
from processout.nativeapmparameterdefinition import NativeAPMParameterDefinition
Expand All @@ -67,11 +61,11 @@
from processout.transactionoperation import TransactionOperation
from processout.webhook import Webhook
from processout.webhookendpoint import WebhookEndpoint
from processout.cardupdaterequest import CardUpdateRequest
from processout.cardcreaterequest import CardCreateRequest
from processout.device import Device
from processout.cardcontact import CardContact
from processout.cardshipping import CardShipping
from processout.cardupdaterequest import CardUpdateRequest
from processout.cardcreaterequest import CardCreateRequest
from processout.errorcodes import ErrorCodes
from processout.categoryerrorcodes import CategoryErrorCodes
from processout.externalthreeds import ExternalThreeDS
Expand Down
212 changes: 0 additions & 212 deletions processout/activity.py

This file was deleted.

Loading
Loading