Closed AmandaLutzTO closed 5 months ago
@AmandaLutzTO, yes, this does appear to be a related issue, and we're currently working on a fix that will separate out the subscriptions and stored payment methods.
@AmandaLutzTO - Are you able to replicate this error with CraftCommerce version 4.6.2? It appears they have rewritten a portion of the subscription code that allows us to place the form within the plans again:
{% namespace plan.getGateway().handle|commercePaymentFormNamespace %}
{{ plan.getGateway().getPaymentFormHtml({})|raw }}
{% endnamespace %}
Hey, @AmandaLutzTO! Just checking in to see if this has been resolved for you?
I don't know if this is related to https://github.com/digital-pros/commerce-authorize/issues/42 but I also can't get subscriptions to work. In my case an initial purchase is successfully processed using gateway Authorize.net and then EVENT_AFTER_COMPLETE_ORDER calls createSubscription() which would use gateway Authorize.net Subscription.
The front end error says "Something went wrong while scheduling the recurring payment in Authorize.net (Payment information is required.) Please try again." but my log is showing problems processing the webhook: