{{ $ctrl.magazine.name | truncate:30 }}
{{ $ctrl.magazine.price | number }}円
決済方法:{{ $ctrl.PurchaseService.toFullPaymentMethodName($ctrl.paymentMethod) }}変更
{{ $ctrl.magazine.name | truncate:30 }}
{{ $ctrl.magazine.price | number }}円
| サポート | {{ $ctrl.support.price | number }}円 |
|---|
| 合計 | {{ $ctrl.magazine.price + $ctrl.support.price | number }}円 |
|---|
メッセージ
決済方法:{{ $ctrl.PurchaseService.toFullPaymentMethodName($ctrl.paymentMethod) }}変更