File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -274,16 +274,15 @@ include $platform;
274274
275275| Params | Description |
276276| -------------| ---------------------------------------------------------------------------------------------------------------------------|
277- | ` $payment ` | ` [add-money|alipay|bank|cc|credit-card|discover|faster-pay|groupbuy|maestro|mastercard] `
278- ` [pay|payme|payment-card|payment-wallet|paypal|stripe-circle|tripe-sqaure|stripe|visa] ` |
277+ | ` $payment ` | `[ add-money| alipay| bank| cc| credit-card| discover| faster-pay| groupbuy| maestro| mastercard| pay| payme| payment-card| payment-wallet| paypal| stripe-circle| tripe-sqaure| stripe| visa] ` |
279278
280279#### Example
281280
282281``` php
283- $platform = Tame()->paymentIcon('paypal');
282+ $payment = Tame()->paymentIcon('paypal');
284283// Output: /path/to/icons/payment/paypal.svg
285284
286- include $platform ;
285+ include $payment ;
287286```
288287
289288### calPercentageBetweenNumbers
You can’t perform that action at this time.
0 commit comments