-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: adjust request params on each language
- Loading branch information
1 parent
9443b29
commit be07726
Showing
1 changed file
with
0 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,17 +82,6 @@ func main() { | |
} | ||
}`) | ||
|
||
{ | ||
"recipient_bank": "008", | ||
"recipient_account": "0201245681", | ||
"amount": 15000, | ||
"note": "Test API Disburse", | ||
"partner_trx_id": "OYON0000064", | ||
"email": "[email protected]", | ||
"additional_data": { | ||
"partner_merchant_id": "merchant_abcd123" | ||
} | ||
} | ||
|
||
client := &http.Client { | ||
} | ||
|