Skip to content

Commit 6988b28

Browse files
PHPAY-29: feat: adding get all efi charges
1 parent 2a4768c commit 6988b28

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

examples/efi/charges.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
->setCustomer($customer)
3030
->create();
3131

32-
3332
/**
3433
* get all charges
3534
* @return array charges
@@ -38,8 +37,8 @@
3837
->charge()
3938
->setQueryParams([
4039
'charge_type' => 'billet',
41-
'begin_date' => '2024-11-01',
42-
'end_date' => '2024-11-30',
43-
'status' => 'unpaid'
40+
'begin_date' => '2024-11-01',
41+
'end_date' => '2024-11-30',
42+
'status' => 'unpaid',
4443
])
45-
->getAll();
44+
->getAll();

0 commit comments

Comments
 (0)