Sha256: cafb3ba777fa184f5efe62cc3f78e13a78834f93181d5a6afc574ea904368b2d
Contents?: true
Size: 828 Bytes
Versions: 7
Compression:
Stored size: 828 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <strong>Customer:</strong> <%= @customer.customer_id %> </p> <p> <strong>Account balance:</strong> <%= @customer.account_balance %> </p> <p> <strong>Created:</strong> <%= @customer.created %> </p> <p> <strong>Currency:</strong> <%= @customer.currency %> </p> <p> <strong>Default source:</strong> <%= @customer.default_source %> </p> <p> <strong>Delinquent:</strong> <%= @customer.delinquent %> </p> <p> <strong>Description:</strong> <%= @customer.description %> </p> <p> <strong>Discount:</strong> <%= @customer.discount %> </p> <p> <strong>Email:</strong> <%= @customer.email %> </p> <p> <strong>Livemode:</strong> <%= @customer.livemode %> </p> <%= link_to 'Edit', edit_customer_path(@customer) %> | <%= link_to 'Back', customers_path %>
Version data entries
7 entries across 7 versions & 1 rubygems