TrustCommerce subscription plugin released
October 20 2006
The recently announced TrustCommerce Subscription plugin has been updated to include the ability to make one-time charges and credits. Very cool!
Examples
Make a one-time sale against an existing subscription
response = TrustCommerceGateway::Subscription.charge(
:billingid => 'ABC123',
:amount => 1995
)
Issue a credit against an previous transaction
response = TrustCommerceGateway::Subscription.credit(
:transid => '001-0000111101',
:amount => 1995
)
Comment or question via @depixelate
FYI: This post was migrated over from another blogging engine. If you encounter any issues please let me know on @depixelate. Thanks.