I created my Payment Provider (and Payment method) based on Payment Demo.
But in screen choose payment method (/shop/payment), When choose my payment method, it's show a field image, and I want to check: If field image is null, return a ErrorDialog .
- Field image has value: Enable button Pay -> Payment successful
- Field image null: Disable button Pay (Or show ErrorDialog for user upload image) -> When user upload image -> Payment Successful
Please help me ~~~`