Skip to content

Commit f31476f

Browse files
authored
Merge branch 'main' into qacomet/discount-tests
2 parents be061b6 + bf88eac commit f31476f

File tree

1 file changed

+1
-1
lines changed
  • src/modules/checkout/components/payment-wrapper

1 file changed

+1
-1
lines changed

src/modules/checkout/components/payment-wrapper/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const Wrapper: React.FC<WrapperProps> = ({ cart, children }) => {
4646
return (
4747
<PayPalScriptProvider
4848
options={{
49-
"client-id": "test",
49+
"client-id": process.env.NEXT_PUBLIC_PAYPAL_CLIENT_ID || "test",
5050
currency: cart?.region.currency_code.toUpperCase(),
5151
intent: "authorize",
5252
components: "buttons",

0 commit comments

Comments
 (0)