1 <?php
2
3 class SberbankPaymentDecorator extends DataObjectDecorator {
4 function () {
5 return array(
6 'db' => array(
7 'SberbankPaymentID' => 'Varchar',
8 'SberbankBackURL' => 'Varchar(255)',
9 )
10 );
11 }
12
13 function updateCMSFields(& $fields) {
14
15 }
16 }
[Raise a SilverStripe Framework issue/bug](https://github.com/silverstripe/silverstripe-framework/issues/new)
- [Raise a SilverStripe CMS issue/bug](https://github.com/silverstripe/silverstripe-cms/issues/new)
- Please use the
Silverstripe Forums to ask development related questions.
-