Skip to content

Commit

Permalink
update SDK from api-definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
rebilly-machine-user authored Jul 10, 2024
1 parent 7bd40cd commit 534ee7b
Show file tree
Hide file tree
Showing 9 changed files with 520 additions and 38 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-pigs-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rebilly/client-php": patch
---

refactor(api-definitions): Remove orderId from Subscription and OneTimeSale yaml files Rebilly/rebilly#6331
5 changes: 5 additions & 0 deletions .changeset/smooth-rings-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rebilly/client-php": patch
---

feat(api-definitions): Add disputes resource to Data Exports Rebilly/rebilly#6175
5 changes: 5 additions & 0 deletions .changeset/two-stingrays-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rebilly/client-php": patch
---

fix(api-definitions): Fix incorrect links. Rebilly/rebilly#6415
1 change: 1 addition & 0 deletions src/Model/DataExportFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public static function from(array $data = []): DataExport
return match ($data['resource']) {
'amlChecks' => AmlChecksDataExport::from($data),
'customers' => CustomersDataExport::from($data),
'disputes' => DisputesDataExport::from($data),
'invoiceItems' => InvoiceItemsDataExport::from($data),
'invoices' => InvoicesDataExport::from($data),
'revenueAudit' => RevenueAuditDataExport::from($data),
Expand Down
Loading

0 comments on commit 534ee7b

Please sign in to comment.