Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fix: client id deserialize
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jun 24, 2024
1 parent a7ea063 commit 2974b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/cloudflare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ export class CloudflareShopRepository implements ShopRepositoryInterface {
);

shop.setShopCredentials(
obj.clientId || "",
obj.clientSecret || "",
obj.shopClientId || "",
obj.shopClientSecret || "",
);
return shop;
}
Expand Down

0 comments on commit 2974b03

Please sign in to comment.