We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for available payment types (credit cart, banktransfer, pickup, cash on delivery, ...).
Regards Racke
The text was updated successfully, but these errors were encountered:
New class PaymentType ?
Sorry, something went wrong.
@racke: so do we add PaymentType class or do you see some other route for this issue?
Yes, I think adding PaymentType makes sense.
PaymentOrder class currently has column payment_mode so I think we'll be changing this to payment_types_id and adding relation to PaymentType.
PaymentOrder
payment_mode
payment_types_id
PaymentType
@racke is this what you are expecting?
SysPete
No branches or pull requests
Add support for available payment types (credit cart, banktransfer, pickup, cash on delivery, ...).
Regards
Racke
The text was updated successfully, but these errors were encountered: