Bitcoin Forum
May 05, 2024, 10:57:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3]  All
  Print  
Author Topic: [ANN] You liked instawallet.org ? You'll love instawire.org !  (Read 6163 times)
drekk
Member
**
Offline Offline

Activity: 70
Merit: 10


Who shot who in the what now?


View Profile WWW
November 07, 2012, 01:22:00 PM
 #41

Hi!

I've cancelled a payment on 2012-10-27 08:49:04 UTC and it's not been refunded to my bank account yet. Could you please look into that?

Thanks!
  ~drekk~

☛ GPG Key / Fingerprint: CDFF 083A 3056 7DD8 B5B9  6687 726C AB05 D6AE 6148
☛ Overly attached BitMinter miner // 4pmlIE9idmlvdXMgdHJvbGwgaXMgb2J2aW91cy4g4pm
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714906655
Hero Member
*
Offline Offline

Posts: 1714906655

View Profile Personal Message (Offline)

Ignore
1714906655
Reply with quote  #2

1714906655
Report to moderator
davout (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
November 07, 2012, 09:14:23 PM
 #42

Hi!

I've cancelled a payment on 2012-10-27 08:49:04 UTC and it's not been refunded to my bank account yet. Could you please look into that?

Thanks!
  ~drekk~
Yes, we'll look into it and send your transfer tomorrow if it hasn't already been done.
Refunds are not automated yet. So it has probably just slipped through the cracks. Sorry about that!

Boussac
Legendary
*
Offline Offline

Activity: 1220
Merit: 1015


e-ducat.fr


View Profile WWW
November 09, 2012, 12:03:13 PM
 #43

The first refund was rejected by the bank systems for some reason (they could not use the bank information provided): a resend was completed today to the bank account of origin. I hope it will go through without any further delay.

2weiX
Legendary
*
Offline Offline

Activity: 2058
Merit: 1005

this space intentionally left blank


View Profile
November 09, 2012, 12:12:36 PM
 #44

this is doomed to fail.
why?

because some banks convert the comments field to UPPERCASE

so my adress 1nceWUfH23934kxbwqxn238940
will look like 1NCEWUFH23934KXBWQXN238940

which is NOT AT ALL THE SAME

bye bye money.


It would probably better to integrate a firsbits or btc.to-generator and have THAT code pasted in the wire text field
davout (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
November 09, 2012, 01:57:39 PM
 #45

this is doomed to fail.
why?

[...]

It would probably better to integrate a firsbits or btc.to-generator and have THAT code pasted in the wire text field

Thank you Einstein, please have a look at this little bit of code.

Code:
class Sale < ActiveRecord::Base

  [...]

  def self.sales_for(full_btc_address)
    Sale.where("(full_btc_address = ?) OR (? LIKE UPPER(CONCAT(received_btc_address, '%')))",
      full_btc_address,
      full_btc_address.upcase
    )
  end

  [...]

end

I assume I don't need to show you the door.

2weiX
Legendary
*
Offline Offline

Activity: 2058
Merit: 1005

this space intentionally left blank


View Profile
November 09, 2012, 02:24:19 PM
 #46

this is doomed to fail.
why?

[...]

It would probably better to integrate a firsbits or btc.to-generator and have THAT code pasted in the wire text field

Thank you Einstein, please have a look at this little bit of code.

Code:
class Sale < ActiveRecord::Base

  [...]

  def self.sales_for(full_btc_address)
    Sale.where("(full_btc_address = ?) OR (? LIKE UPPER(CONCAT(received_btc_address, '%')))",
      full_btc_address,
      full_btc_address.upcase
    )
  end

  [...]

end

I assume I don't need to show you the door.

naaaays.
see, you done thought of that, I like.

sorry if I came across rude, that's just me.

good luck with your endeavours.

I hope everyone remembers to copy their adress in there^^
davout (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
November 09, 2012, 02:29:37 PM
 #47

No worries! You forgot to mention that a lot of times the reference field will not only get uppercased but also truncated. But that's covered too.

The simpler the service looks from the outside, the more magic happens behind the scenes Wink

2weiX
Legendary
*
Offline Offline

Activity: 2058
Merit: 1005

this space intentionally left blank


View Profile
November 09, 2012, 02:30:25 PM
 #48

No worries! You forgot to mention that a lot of times the reference field will not only get uppercased but also truncated. But that's covered too.

The simpler the service looks from the outside, the more magic happens behind the scenes Wink


still think that a firstbits thingie would be better^^
davout (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
November 09, 2012, 02:35:20 PM
 #49

still think that a firstbits thingie would be better^^
Firstbits on Instawire = bad idea

It has actually been discussed on the two previous pages.

Pages: « 1 2 [3]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!