Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MOB-40 and MOB-41 #53

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified payment_sdk/src/assets/images/paymentMethodImages/konbini.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions payment_sdk/src/assets/languages/ja.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"translation": {
"credit_card": "クレジットカード",
"credit_card": "カード",
"paypay": "PayPay",
"linepay": "LINE Pay",
"merpay": "メルペイ",
"rakutenpay": "楽天ペイ",
"paidy": "ペイディ(Paidy)",
"paidy": "ペイディ",
"konbini": "コンビニ",
"bank_transfer": "銀行振込",
"pay_easy": "Pay Easy",
Expand Down Expand Up @@ -52,7 +52,7 @@
"CONTINUE_TO_LINE_PAY": "LINE Payに進む",
"PAYMENT_VIA_MER_PAY": "メルペイでのお支払い",
"MER_PAY_REDIRECT_MESSAGE": "支払いを完了するには、Mer Pay にリダイレクトされます。",
"CONTINUE_TO_MER_PAY": "Mer Pay に進む",
"CONTINUE_TO_MER_PAY": "メルペイに進む",
"PAYMENT_VIA_RAKUTEN": "楽天でのお支払い",
"RAKUTEN_REDIRECT_MESSAGE": "楽天にリダイレクトされ、支払いが完了します",
"CONTINUE_TO_RAKUTEN": "引き続き楽天へ",
Expand Down
1 change: 1 addition & 0 deletions payment_sdk/src/components/CardInputGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ const getStyles = (theme: ThemeSchemeType) => {
width: responsiveScale(25),
height: responsiveScale(17),
marginRight: responsiveScale(2),
resizeMode: "contain",
},
});
};
Loading