Subject: | Implement the Business::OnlinePayment API or move to a different namespace |
Hi,
Business::OnlinePayment::BitPay::Client does not implement the common Business::OnlinePayment interface. That's like a DBD:: driver that doesn't work with DBI.
Ideally, please implement the common interface documented in Business::OnlinePayment (notes_for_module_writers, notes_for_module_writers_v3).
Or, if you choose not to do that, or if BitPay is not a good fit for this credit card and electronic check processing interface, please move to a different namespace rather than Business::OnlinePayment, such as Business::BitPay.
Thanks!
Ivan Kohler, Business::OnlinePayment maintainer