You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/orb-sync-lib/src/orb-sync.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,8 @@ export class OrbSync {
136
136
case'customer.balance_transaction_created': {
137
137
constwebhook=parsedDataasCustomerWebhook;
138
138
139
+
this.config.logger?.info(`Received webhook ${webhook.id}: ${webhook.type} for customer ${webhook.customer.id}`);
140
+
139
141
// Orb ocassionally sends multiple credit notes with the same timestamp at roughly the same time - this leads to possibly persisting an old customer balance
140
142
// To prevent this, we will query the Orb customer via API to get the latest state
0 commit comments