Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: payment_method_id can be string or null (#77)
The API docs state that the payment_method_id can be a `string` or `null` - but the PHP code only expects a string. The value is `null` when the payment amount has been reduced to zero by a discount.
- Loading branch information