update dockerfile
Some checks failed
Build and Publish / BuildAndDeploy (push) Failing after 35s

This commit is contained in:
matst80
2025-05-13 21:47:22 +02:00
parent 5bc2a75e3e
commit 6d7ff55495
4 changed files with 93 additions and 7 deletions

View File

@@ -17,7 +17,6 @@ type (
OrderLines []*Line `json:"order_lines"`
Customer *CheckoutCustomer `json:"customer,omitempty"`
MerchantURLS *CheckoutMerchantURLS `json:"merchant_urls"`
HTMLSnippet string `json:"html_snippet,omitempty"`
MerchantReference1 string `json:"merchant_reference1,omitempty"`
MerchantReference2 string `json:"merchant_reference2,omitempty"`
StartedAt string `json:"started_at,omitempty"`
@@ -35,6 +34,7 @@ type (
SelectedShippingOption *ShippingOption `json:"selected_shipping_option,omitempty"`
ErrorCode string `json:"error_code,omitempty"`
ErrorMessages []string `json:"error_messages,omitempty"`
//HTMLSnippet string `json:"html_snippet,omitempty"`
}
// GUI type wraps the GUI options