Skip to content

Commit

Permalink
fix: header_img field schema
Browse files Browse the repository at this point in the history
  • Loading branch information
trustedcomputer committed Jul 19, 2024
1 parent a3a84cd commit 1a70724
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"section_break_2",
"access_token",
"webhooks_secret",
"use_sandbox"
"use_sandbox",
"header_img"
],
"fields": [
{
Expand Down Expand Up @@ -42,10 +43,15 @@
"fieldname": "use_sandbox",
"fieldtype": "Check",
"label": "Use Sandbox"
},
{
"fieldname": "header_img",
"fieldtype": "Attach Image",
"label": "Header Image"
}
],
"links": [],
"modified": "2023-09-22 13:33:42.225243",
"modified": "2024-07-19 14:25:31.848494",
"modified_by": "Administrator",
"module": "Payment Gateways",
"name": "GoCardless Settings",
Expand Down

0 comments on commit 1a70724

Please sign in to comment.