~mandel/unity/app-payment-preview

« back to all changes in this revision

Viewing changes to UnityCore/PaymentPreview.cpp

Merged generic-payment-preview into app-payment-preview.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
            sigc::mem_fun(this, &PaymentPreview::Impl::get_payment_method));
102
102
  owner_->purchase_prize.SetGetterFunction(
103
103
            sigc::mem_fun(this, &PaymentPreview::Impl::get_purchase_prize));
 
104
  owner_->purchase_type.SetGetterFunction(
 
105
            sigc::mem_fun(this, &PaymentPreview::Impl::get_purchase_type));
104
106
  owner_->preview_type.SetGetterFunction(
105
107
            sigc::mem_fun(this, &PaymentPreview::Impl::get_preview_type));
106
108
}