Minimum Payment Incorrect
-
I was testing a payment of $.75 and a $50 charge went through. I checked the docs for the plugin and it seems that the minimum payment is $.50. It seems that a typo has been made somewhere.
The invoice displayed, “Total Due: $.75”, but when the payment went through, the invoice displayed, “Total Due: -$49.25”.
This was processed via stripe.
“object”: “charge”,
“amount”: 5000,EDIT:
I believe the cause of this is that in the Edit Invoice Dash, I’ve set “Allow Partial Payment” to true, and have set “Minimum Payment” to 50%. I believe that Minimum Payment is not registering % at all and is only deciding on set dollar amounts. This is a poor experience for anybody managing this, as a lot of people will commonly decide to take 50% deposits on payments.
SIDEBAR:
Is there an express checkout option for Paypal included in this plugin? I cannot find one anywhere and Paypal has implemented one.
This is what I’m talking about: https://cloud.githubusercontent.com/assets/5201301/20980463/a4ea95a8-bc7e-11e6-9ba1-2d36d11b4885.jpg
- The topic ‘Minimum Payment Incorrect’ is closed to new replies.