Hello, I see some aMember users are able to enable CoinBase Commerce for all products including those with recurring subscriptions (Example, ProxyRack.com) however when we tested the demo panel the option for Crypto payment disappears with anything that has a recurring payment. I understand the crypto does not offer automatic billing, what I still want is to allow manual crypto payments for recurring subscriptions. Any ideas on how this is achieved?
Hello, It is possible to get first payment but it is not possible to get subsequent payments automatically in case of crypto payments (due to its technology). So we hide these options by default. It is possible to show it if necessary. Best Regards.
This is really annoying and ILLOGICAL, I had to hard edit this previously, what's the easiest way to just get it to SHOW?
@chronoshift you need to edit payment plugin file (You can find it in folder application/default/plugins/payment/) and replace code: PHP: public function getRecurringType(){ return self::REPORTS_NOT_RECURRING;} with PHP: public function getRecurringType(){ return self::REPORTS_REBILL;}