You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.
It seems that both the Payment Processor Type and the Payment Processor records were not set correctly historically:
payment_type is defined as 1 = credit card, 2 = direct debit. So we should be using 2.
payment_instrument_id seems to have defaulted to 1 (i.e. credit card unless you have a non-standard install), but should point to the instrument created for GoCardless.
I don't think this will have affected anything but it should be corrected.
The text was updated successfully, but these errors were encountered:
It seems that both the Payment Processor Type and the Payment Processor records were not set correctly historically:
payment_type
is defined as 1 = credit card, 2 = direct debit. So we should be using 2.payment_instrument_id
seems to have defaulted to 1 (i.e. credit card unless you have a non-standard install), but should point to the instrument created for GoCardless.I don't think this will have affected anything but it should be corrected.
The text was updated successfully, but these errors were encountered: