File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66if (empty ($currency )){
77 $currency = ' rai' ;
88}
9+ if (empty ($expanded )){
10+ $expanded = false ;
11+ }
12+ if (empty ($size )){
13+ $size = ' responsive' ;
14+ }
915? >
10- <div v-pre rel =" brainblocks-button" data-id =" {{ $buttonId } }" data-amount =" {{ $amount } }" data-destination =" {{ $destination } }" data-currency =" {{ $currency } }" id =" {{ $buttonId } } -button" ></div >
16+ <div v-pre rel =" brainblocks-button" data-id =" {{ $buttonId } }" data-amount =" {{ $amount } }" data-destination =" {{ $destination } }" data-currency =" {{ $currency } }" data-size = " {{ $size } } " data-expanded = " {{ $expanded } } " id =" {{ $buttonId } } -button" ></div >
1117<form action =" {{ $action } }" method =" POST" id =" {{ $buttonId } } -form" >
1218 <input type =" hidden" name =" brainblocks_token" id =" {{ $buttonId } } -token" value =" " />
1319 {{ csrf_field () } }
14- </form >
20+ </form >
You can’t perform that action at this time.
0 commit comments