Skip to content

Commit c83a409

Browse files
committed
누락분 번역
1 parent a2b064b commit c83a409

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

billing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103

104104
대부분의 동작들에서, Stripe 와 Braintree 의 캐셔 함수의 구현부분은 동일합니다. 두개의 서비스 모두 신용카드에 대한 구독 청구를 지원합니다. 다른 점은 Braintree 는 페이팔과 같은 결제도 지원한다는 것입니다. 하지만 Braintree 는 Stripe 에서 지원하는 몇가지 기능들은 누락되어 있습니다. 여러분은 Stripe 과 Braintree 둘중에 어느 서비스를 사용할지 결정해야 합니다:
105105

106-
- Braintree supports PayPal while Stripe does not.
107-
- Braintree does not support the `increment` and `decrement` methods on subscriptions. This is a Braintree limitation, not a Cashier limitation.
108-
- Braintree does not support percentage based discounts. This is a Braintree limitation, not a Cashier limitation.
106+
- Braintree는 PayPal을 지원하지만 Stripe는 미지원.
107+
- Braintree는 구독에 대해 `increment` `decrement` 메소드 지원하지 않습니다. 이것은 Braintree 의 제한 사항으로, Cashier 에서 제한하는 것은 아닙니다.
108+
- Braintree는 퍼센트 기반 할인을 지원하지 않습니다. 이것은 Braintree 의 제한 사항으로, Cashier 에서 제한하는 것은 아닙니다.
109109

110110
#### 컴포저
111111

0 commit comments

Comments
 (0)