Skip to content

Instantly share code, notes, and snippets.

@albertobraschi
Created February 11, 2016 13:58
Show Gist options
  • Save albertobraschi/976b1e3c39637842d49d to your computer and use it in GitHub Desktop.
Save albertobraschi/976b1e3c39637842d49d to your computer and use it in GitHub Desktop.
retorno checkout
{"updateSection":{"shippingMethod":null,"paymentMethod":null,"review":null,"couponDiscount":null},"duplicateBillingInfo":false,"reloadTotals":false,"error":true,"success":false,"orderCreated":false,"redirectUrl":null,"errorMessage":{"message":"Por favor, verifique as informa\u00e7\u00f5es do endere\u00e7o de cobran\u00e7a.","errorFields":[{"inputId":"billing:firstname","message":"Please enter the first name."},{"inputId":"billing:lastname","message":"Please enter the last name."}]},"message":null}
{updateSection: {shippingMethod: null, paymentMethod: null, review: null, couponDiscount: null},…}
duplicateBillingInfo: false
error: true
errorMessage: {message: "Por favor, verifique as informações do endereço de cobrança.",…}
errorFields: [{inputId: "billing:firstname", message: "Please enter the first name."},…]
0: {inputId: "billing:firstname", message: "Please enter the first name."}
1: {inputId: "billing:lastname", message: "Please enter the last name."}
message: "Por favor, verifique as informações do endereço de cobrança."
message: null
orderCreated: false
redirectUrl: null
reloadTotals: false
success: false
updateSection: {shippingMethod: null, paymentMethod: null, review: null, couponDiscount: null}
couponDiscount: null
paymentMethod: null
review: null
shippingMethod: null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment