Skip to content

Commit

Permalink
typo v3/merchant/../{account_type}.yaml#date
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNorthMemory committed Dec 23, 2024
1 parent 46a4998 commit e23b031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/v3/merchant/fund/dayendbalance/{account_type}.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ get:
required: true
allOf:
- $ref: '../../../../definitions/Enumerations.yaml#BillAccountType'
- name: bill_date
- name: date
in: query
required: true
type: string
Expand Down
4 changes: 2 additions & 2 deletions src/V3/Merchant/Fund/Dayendbalance/_account_type_.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface _account_type_
public function get(array $options = [
'account_type' => 'BASIC | OPERATION | FEES',
'query' => [
'bill_date' => '2019-06-11',
'date' => '2019-06-11',
],
]): ResponseInterface;

Expand All @@ -29,7 +29,7 @@ public function get(array $options = [
public function getAsync(array $options = [
'account_type' => 'BASIC | OPERATION | FEES',
'query' => [
'bill_date' => '2019-06-11',
'date' => '2019-06-11',
],
]): PromiseInterface;
}

0 comments on commit e23b031

Please sign in to comment.