? .uberpos.module.swp
? jquery.scrollTo.js
? contrib/up_authorizenet.module
Index: uberpos.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/uberpos/uberpos.module,v
retrieving revision 1.26
diff -r1.26 uberpos.module
559a560
>     /* 'type' => fill this out more? */
584c585
<         'price' => uc_price($payment->amount, $context, array(), 'formatted'),
---
>         'price' => uc_price($payment->amount, $payment_context, array(), 'formatted'),
596c597
<       'price' => t('REFUNDED:') .' '. uc_price($refund->price, array('account' => $customer), array(), 'formatted'),
---
>       'price' => t('REFUNDED:') .' '. uc_price($refund->price, $payment_context, array(), 'formatted'),
Index: includes/uberpos.commands.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/uberpos/includes/uberpos.commands.inc,v
retrieving revision 1.2
diff -r1.2 uberpos.commands.inc
160d159
< 
