Skip to content

Commit

Permalink
MOB-40 and MOB-41
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharindu Kumarasiri committed Aug 13, 2024
1 parent e91f9ef commit 55074c6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
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",
},
});
};

0 comments on commit 55074c6

Please sign in to comment.