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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,7 @@ A sample form will look like so:
226
226
<inputtype="hidden"name="orderID"value="345">
227
227
<inputtype="hidden"name="amount"value="800"> {{-- required in kobo --}}
228
228
<inputtype="hidden"name="quantity"value="3">
229
+
<inputtype="hidden"name="metadata"value="{{ json_encode($array = ['key_name' => 'value',]) }}" > {{-- For other necessary things you want to add to your payload. it is optional though --}}
0 commit comments