You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use authorize.net live, with the api it
{ error: 'The order could not be transitioned. Please fix the errors and try again.',
errors: { base: [ 'That payment method is unsupported. Please choose another one.' ] } }
on confirm stage.
We are using authorize.net..
When I do a get request on the order number, cc_type is missing but last 4, exp and name are all listed as a payment source.
When I use authorize.net live, with the api it
{ error: 'The order could not be transitioned. Please fix the errors and try again.',
errors: { base: [ 'That payment method is unsupported. Please choose another one.' ] } }
on confirm stage.
We are using authorize.net..
When I do a get request on the order number, cc_type is missing but last 4, exp and name are all listed as a payment source.
Context
I am trying to follow this guide: http://guides.spreecommerce.org/api/checkouts.html
with the exception of step one passing in JSON to add items to cart and step two hits the endpoint
/api/v1/orders/:number.json?order_token=###&order[email][email protected]
Step three starts at the delivery step.
When adding a payment method we use
If the payment gateway ID we use is 4 it looks like this:
Payment methods 1, 2 and 3 do not exist in the table
Expected Behavior
{
...
"state": "confirm",
...
"payments": [
Status:200
Actual Behavior
errors:
{ base: [ 'That payment method is unsupported. Please choose another one.' ] } }
Possible Fix
N/A
Steps to Reproduce
Spin up spree server on either 3.1 OR 3.2,
Curl the api as this script does:
https://pastebin.com/n759FHN6
very much like
http://guides.spreecommerce.org/api/checkouts.html
Your Environment
MACOSX Sierra
Chrome
Rails: 5.0.1
Spree: 3.2.0 && 3.1.0
GEM:Link
The text was updated successfully, but these errors were encountered: