Skip to content

Commit f51c55c

Browse files
committed
fix(billing-domain): add comment on error string source
1 parent 9cd3cab commit f51c55c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/billing-domain/src/customer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ impl BillingService {
3232
};
3333

3434
// extract the ID if it's a duplicate customer error
35+
// error string from this page: https://developer.paddle.com/build/customers/create-update-customers
3536
let id = match err {
3637
paddle_rust_sdk::Error::PaddleApi(ErrorResponse {
3738
error: PaddleApiError { code, detail, .. },

0 commit comments

Comments
 (0)