You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: billing.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,9 +103,9 @@
103
103
104
104
대부분의 동작들에서, Stripe 와 Braintree 의 캐셔 함수의 구현부분은 동일합니다. 두개의 서비스 모두 신용카드에 대한 구독 청구를 지원합니다. 다른 점은 Braintree 는 페이팔과 같은 결제도 지원한다는 것입니다. 하지만 Braintree 는 Stripe 에서 지원하는 몇가지 기능들은 누락되어 있습니다. 여러분은 Stripe 과 Braintree 둘중에 어느 서비스를 사용할지 결정해야 합니다:
105
105
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 에서 제한하는 것은 아닙니다.
0 commit comments