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
HI, I getting an issue while checkout and I already updated all the gatsby and wordpress plugins which is updated on the repository around 20days ago, mutation payload you can see below
{"errors":[{"debugMessage":"Too few arguments to function THMAF_Public::add_address_from_checkout(), 1 passed in /opt/bitnami/apps/wordpress/htdocs/wp-includes/class-wp-hook.php on line 287 and exactly 2 expected","message":"Internal server error","extensions":{"category":"internal"},"locations":[{"line":2,"column":3}],"path":["checkout"]}],"data":{"checkout":null},"extensions":{"debug":[]}}
The text was updated successfully, but these errors were encountered:
HI, I getting an issue while checkout and I already updated all the gatsby and wordpress plugins which is updated on the repository around 20days ago, mutation payload you can see below
{operationName: "CHECKOUT_MUTATION",…}
operationName: "CHECKOUT_MUTATION"
query: "mutation CHECKOUT_MUTATION($input: CheckoutInput!) {↵ checkout(input: $input) {↵ clientMutationId↵ order {↵ id↵ orderKey↵ refunds {↵ nodes {↵ amount↵ __typename↵ }↵ __typename↵ }↵ status↵ __typename↵ }↵ result↵ redirect↵ __typename↵ }↵}↵"
variables: {input: {clientMutationId: "44b09c60-0743-42b1-82df-fef82a579033",…}}
input: {clientMutationId: "44b09c60-0743-42b1-82df-fef82a579033",…}
billing: {firstName: "Vinay", lastName: "Krishna", address1: "415xxxxxxxxxxx", address2: "lakhimpur kheri",…}
address1: "415xxxxxxxxxxx"
address2: "lakhimpur kheri"
city: "Lucknow"
company: "sdfdsf"
country: "IN"
email: "[email protected]"
firstName: "Vinay"
lastName: "Krishna"
phone: "4444444444"
postcode: "226024"
state: "Uttar Pradesh"
clientMutationId: "44b09c60-0743-42b1-82df-fef82a579033"
customerNote: "note"
isPaid: false
paymentMethod: "cod"
shipToDifferentAddress: false
shipping: {firstName: "Vinay", lastName: "Krishna", address1: "415xxxxxxxxxxx", address2: "lakhimpur kheri",…}
address1: "415xxxxxxxxxxx"
address2: "lakhimpur kheri"
city: "Lucknow"
company: "sdfdsf"
country: "IN"
email: "[email protected]"
firstName: "Vinay"
lastName: "Krishna"
phone: "4444444444"
postcode: "226024"
state: "Uttar Pradesh"
transactionId: "hjkhjkhsdsdiui"
error is
{"errors":[{"debugMessage":"Too few arguments to function THMAF_Public::add_address_from_checkout(), 1 passed in /opt/bitnami/apps/wordpress/htdocs/wp-includes/class-wp-hook.php on line 287 and exactly 2 expected","message":"Internal server error","extensions":{"category":"internal"},"locations":[{"line":2,"column":3}],"path":["checkout"]}],"data":{"checkout":null},"extensions":{"debug":[]}}
The text was updated successfully, but these errors were encountered: