Matthew Javelet
Matthew Javelet
Shouldn't this be automatic? I don't want to configure every route to say it allows both xml and json responses manually when it was configured via fos rest which this...
Bump. Issue still persists. 2.4.6-p2
Considering the history of this PR it doesn't seem like we'll be getting it any time soon. Has anybody come up with alternative solutions for this problem?
It's possible but I wouldn't rule out the problem being within this library itself. Can you post your code?
@masiorama, very sorry for the long delay in getting back to you on this issue. I'm taking more time into keeping this library in a fully working and maintained state....
The only opinionated functionality this library provides is that we set your response from a successful authentication request in local storage(which will change later). If you are wanting to attach...
1. The issue is: ``` %customer_id% ``` You are pointing to a methodrather than an interface. There should be a method defined for this within `MMA\CustomApi\Api\PaymentTokenManagementInterface` and it should be...