php - Create recurring profile programmatically in magento -
i'm working magento , want create recurring profile new gateway , problem magento supporting paypal only.
correct - recurring profiles still in beta , paypal first (and only) supported payment gateway @ moment (as of 1.7). see here.
to support new gateway accepts credit cards, you'll need write own payment gateway extends mage_payment_model_method_cc
, implements mage_payment_model_recurring_profile_methodinterface
.
Comments
Post a Comment