for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
package stubs
// TopupGetPackagesOk returns the api responses to /topup
func TopupGetPackagesOk() []byte {
return []byte(`
[
{
"serviceid":"2000",
"merchant":"CMENEOPREPAID",
"payItemId":"S-112-974-CMENEOPREPAID-2000-10010-1",
"amountType":"CUSTOM",
"localCur":"XAF",
"name":"Custom Amount",
"amountLocalCur":null,
"description":"",
"payItemDescr":null,
"optStrg":null,
"optNmb":null
},
"serviceid":"20062",
"merchant":"CMORANGE",
"payItemId":"S-112-951-CMORANGE-20062-CM_ORANGE_VTU_CUSTOM-1",
"name":"Airtime Custom Amount",
"description":"Airtime Custom Topup",
}
]
`)